Skip to content

Commit a414c09

Browse files
committed
[css-pseudo-4] Allow overlay on inline-level boxes to cover its portion of the line box. #5395
1 parent af1fc45 commit a414c09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css-pseudo-4/Overview.bs

+5
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,9 @@ Area of a Highlight</h3>
565565
<li>
566566
The overlay may also include other other areas within the border-box of an element;
567567
in this case, those areas belong to the innermost such element that contains the area.
568+
<li>
569+
For an [=inline-level box=], the overlay may extend outside its border edges
570+
in the [=block axis=] as far as the edges of its [=line box=].
568571
</ul>
569572

570573
Issue: See
@@ -970,6 +973,8 @@ Changes</h2>
970973
<li>Added 'ruby-position' to properties allowed on ''::first-line'',
971974
analogous with 'text-emphasis-position'.
972975
(<a href="https://github.com/w3c/csswg-drafts/issues/2998">Issue 2998</a>)
976+
<li>Allowed highlight overlay of inline-level boxes to extend to the line box edges.
977+
(<a href="https://github.com/w3c/csswg-drafts/issues/5395">Issue 5395</a>)
973978
</ul>
974979

975980
Changes since the <a href="https://www.w3.org/TR/2016/WD-css-pseudo-4-20160607/">7 June 2016 Working Draft</a> include:

0 commit comments

Comments
 (0)