Skip to content
Merged
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
17 changes: 13 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,19 @@ <h4>EditContext events</h4>
the changes back to the page's view so the user can see what they are typing.
</li>
<li>
The user agent must fire {{TextFormatUpdateEvent}} when the [=Text Input Service=]
indicates that certain formats should be applied to the text being composed. When
the author receives this event, they must render the formatting change back to
the page's view to aid the user with their IME composition.</li>
<p>
The user agent must fire {{TextFormatUpdateEvent}} when the [=Text Input Service=]
indicates that certain formats should be applied to the text being composed. When
the author receives this event, they must render the formatting change back to
the page's view to aid the user with their IME composition.
</p>
<p class="note">
User agents can adjust the {{UnderlineStyle}} or {{UnderlineThickness}} before
dispatching the {{TextFormatUpdateEvent}} to mitigate fingerprinting risks. This may
be especially relevant when input methods with distinctive styling characteristics
are used.
</p>
</li>
<li>
<p>
The user agent must fire {{CharacterBoundsUpdateEvent}} when the
Expand Down