Skip to content

Commit c49429c

Browse files
committed
[css3-ui] add outline-style auto to SecPriv 11 UA native UI.
1 parent b02b158 commit c49429c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-ui/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ Per the <a href="https://w3ctag.github.io/security-questionnaire/#questions">Que
15821582
</li>
15831583

15841584
<li>Does this specification allow an origin some measure of control over a user agent’s native UI?
1585-
<p>Yes. The 'cursor' and 'caret-color' properties enable the page to change the display of the cursor and text insertion caret of the user agent’s native UI.</p>
1585+
<p>Yes. The 'cursor' and 'caret-color' properties enable the page to change the display of the cursor and text insertion caret of the user agent’s native UI. In addition the 'outline-style' property’s ''outline-style/auto'' value (and thus 'outline' shorthand) enable the page to potentially display a native focused element outline presentation around any element.</p>
15861586
</li>
15871587

15881588
<li>Does this specification expose temporary identifiers to the web?

css-ui/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3524,7 +3524,7 @@ <h2 class="no-num heading settled" id="security-privacy-considerations"><span cl
35243524

35253525
<li>Does this specification allow an origin some measure of control over a user agent’s native UI?
35263526

3527-
<p>Yes. The <a class="property" data-link-type="propdesc" href="#propdef-cursor">cursor</a> and <a class="property" data-link-type="propdesc" href="#propdef-caret-color">caret-color</a> properties enable the page to change the display of the cursor and text insertion caret of the user agent’s native UI.</p>
3527+
<p>Yes. The <a class="property" data-link-type="propdesc" href="#propdef-cursor">cursor</a> and <a class="property" data-link-type="propdesc" href="#propdef-caret-color">caret-color</a> properties enable the page to change the display of the cursor and text insertion caret of the user agent’s native UI. In addition the <a class="property" data-link-type="propdesc" href="#propdef-outline-style">outline-style</a> property’s <span class="css">auto</span> value (and thus <a class="property" data-link-type="propdesc" href="#propdef-outline">outline</a> shorthand) enable the page to potentially display a native focused element outline presentation around any element.</p>
35283528

35293529

35303530

0 commit comments

Comments
 (0)