Skip to content

Add device-eid and device-imei autocomplete tokens #9913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add device-eid and device-imei autocomplete tokens
These tokens will be useful in select end user interactions making it easier for end users to provision a new eSIM for their device. User agents are not expected to honor these by default, but rather only in select underlying platform flows where it makes sense to convey this information about the end user's device.

Tests: web-platform-tests/wpt#42965.

Fixes #9884.
  • Loading branch information
annevk committed Nov 6, 2023
commit a1a001f30d802435806d6e34b3ef7537fe9ac6a9
28 changes: 28 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -56276,6 +56276,8 @@ form.method === input; // => true</code></pre>
<li>"<code data-x="attr-fe-autocomplete-sex">sex</code>"
<li>"<code data-x="attr-fe-autocomplete-url">url</code>"
<li>"<code data-x="attr-fe-autocomplete-photo">photo</code>"
<li>"<code data-x="attr-fe-autocomplete-device-eid">device-eid</code>"
<li>"<code data-x="attr-fe-autocomplete-device-imei">device-imei</code>"
</ul>

<p>(See the table below for descriptions of these values.)</p>
Expand Down Expand Up @@ -56895,6 +56897,22 @@ MIT Room 32-G524
<td><span>Valid URL string</span>
<td>irc://example.org/timbl,isuser
<td><span data-x="Control Group URL">URL</span>
<tr>
<td colspan=4>"<dfn attr-value
for="button/autocomplete,fieldset/autocomplete,input/autocomplete,object/autocomplete,output/autocomplete,select/autocomplete,textarea/autocomplete"><code
data-x="attr-fe-autocomplete-device-eid">device-eid</code></dfn>"
<td>The Embedded Identity Document (EID), an identifier for the end user's device's eSIM, if any. <span class="warning" data-x="">User agents should only expose this identifier through select flows as it is immutable.</span>
<td><span>ASCII digits</span>
<td>00555429137255356904043868835676
<td><span data-x="Control Group Text">Text</span>
<tr>
<td colspan=4>"<dfn attr-value
for="button/autocomplete,fieldset/autocomplete,input/autocomplete,object/autocomplete,output/autocomplete,select/autocomplete,textarea/autocomplete"><code
data-x="attr-fe-autocomplete-device-imei">device-imei</code></dfn>"
<td>The International Mobile Equipment Identity (IMEI), an identifier for the end user's device, if any. <span class="warning" data-x="">User agents should only expose this identifier through select flows as it is immutable.</span>
<td><span>ASCII digits</span>
<td>490154203237518
<td><span data-x="Control Group Text">Text</span>
</table>

<p>The groups correspond to controls as follows:</p>
Expand Down Expand Up @@ -57434,6 +57452,14 @@ MIT Room 32-G524
<td>"<code data-x="attr-fe-autocomplete-photo">photo</code>"
<td>3
<td>Normal
<tr>
<td>"<code data-x="attr-fe-autocomplete-device-eid">device-eid</code>"
<td>3
<td>Normal
<tr>
<td>"<code data-x="attr-fe-autocomplete-device-imei">device-imei</code>"
<td>3
<td>Normal
<tbody>
<tr>
<td>"<code data-x="attr-fe-autocomplete-tel">tel</code>"
Expand Down Expand Up @@ -141224,6 +141250,7 @@ INSERT INTERFACES HERE
Rafael Weinstein,
Rafa&#x0142; Mi&#x0142;ecki,
Rahul Purohit,
Raj Chaugule,
Raj Doshi,
Rajas Moonka,
Rakina Zata Amni,
Expand Down Expand Up @@ -141313,6 +141340,7 @@ INSERT INTERFACES HERE
Shannon Moeller,
Shanti Rao,
Shaun Inman,
Sherman Jin,
Shiino Yuki, <!-- yuki3 on GitHub -->
贺师俊 (HE Shi-Jun), <!-- hax on GitHub -->
Shiki Okasaka,
Expand Down