Skip to content

Commit 0e6249b

Browse files
rahimabdiRahim Abdijnurthen
authored
Add "Name from Content" accname step for ::marker pseudo-element (#2419)
Co-authored-by: Rahim Abdi Co-authored-by: James Nurthen
1 parent c8c68d5 commit 0e6249b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

accname/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,13 @@

Computation steps

665665
<span id="step2F.ii">span><em>Name From Generated Content:em> Check for
666666
<abbr title="Cascading Style Sheets">CSSabbr> generated textual content associated with the <code>current nodecode> and include it in the <code>accumulated textcode>. The
667667
<abbr title="Cascading Style Sheets">CSSabbr> <a href="https://www.w3.org/TR/selectors-3/#gen-content"><code>::beforecode> and <code>::aftercode>a> pseudo elements
668-
[[!CSS2]] can provide textual content for [=element|elements=] that have a content model.
668+
[[!CSS2]] can provide textual content for [=element|elements=] that have a content model, in addition to the
669+
<a href="https://www.w3.org/TR/css-pseudo-4/#selectordef-marker"><code>::markercode>a> pseudo element.
669670
<ol class="acc-ol">
671+
<li id="comp_name_from_content_pseudo_element_marker">
672+
For <code>::markercode> pseudo elements, <a class="termref">User agentsa> MUST append <abbr title="Cascading Style Sheets">CSSabbr> textual content, without a space, to
673+
the textual content of the <code>current nodecode> if the <code>current nodecode> supports <code>::markercode>.
674+
li>
670675
<li id="comp_name_from_content_pseudo_element_before">
671676
For <code>::beforecode> pseudo elements, <a class="termref">User agentsa> MUST prepend <abbr title="Cascading Style Sheets">CSSabbr> textual content, without a space,
672677
to the textual content of the <code>current nodecode>.

0 commit comments

Comments
 (0)