Skip to content

Commit

Permalink
[css-ui-4] w3c#8649 Specify ink overflow extent for outline
Browse files Browse the repository at this point in the history
  • Loading branch information
szager-chromium committed Jan 19, 2024
1 parent 1a415a2 commit 27b3bd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css-ui-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ spec:css2; type:property; text:top
spec:css2; type:property; text:right
spec:css2; type:property; text:visibility
spec:css2; type:property; text:z-index
spec:css-overflow-3; type:dfn; text:ink overflow area
spec:css-pseudo-4; type:selector; text:::before
spec:css-pseudo-4; type:selector; text:::after
spec:css-pseudo-4; type:selector; text:::first-line
Expand Down Expand Up @@ -250,6 +251,7 @@ Outline properties</h2>

<ol>
<li>Outlines do not take up space.
<li>Outlines contribute to [=ink overflow area=].
<li>Outlines may be non-rectangular.
<li>UAs often render outlines on elements in the '':focus-visible'' state.
</ol>
Expand Down Expand Up @@ -314,6 +316,9 @@ Outline properties</h2>

The position of the outline may be affected by descendant boxes.

The dimensions of the drawn outline contribute to the
[=ink overflow area=] of an element.

User agents should use an algorithm for determining
the outline that encloses a region appropriate
for conveying the concept of focus to the user.
Expand Down

0 comments on commit 27b3bd3

Please sign in to comment.