You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-ui/Overview.bs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1582,7 +1582,7 @@ Per the <a href="https://w3ctag.github.io/security-questionnaire/#questions">Que
1582
1582
</li>
1583
1583
1584
1584
<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>
1586
1586
</li>
1587
1587
1588
1588
<li>Does this specification expose temporary identifiers to the web?
<li>Does this specification allow an origin some measure of control over a user agent’s native UI?
3526
3526
3527
-
<p>Yes. The <aclass="property" data-link-type="propdesc" href="#propdef-cursor">cursor</a> and <aclass="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 <aclass="property" data-link-type="propdesc" href="#propdef-cursor">cursor</a> and <aclass="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 <aclass="property" data-link-type="propdesc" href="#propdef-outline-style">outline-style</a> property’s <spanclass="css">auto</span> value (and thus <aclass="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>
0 commit comments