Skip to content

Commit 441315e

Browse files
committed
[css-pseudo-4][editorial] Changed ::postfix to ::suffix in At Risk
In #11949 it was resolved on renaming `::postfix` to `::suffix`. That change was done earlier, though one place was missed before.
1 parent d1d046b commit 441315e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-pseudo-4/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Former Editor: Daniel Glazman, Disruptive Innovations, w3cid 13329
1616
Editor: Elika J. Etemad / fantasai, Apple, http://fantasai.inkedblade.net/contact, w3cid 35400
1717
Editor: Alan Stearns, Adobe Systems Inc., stearns@adobe.com, w3cid 46659
1818
Abstract: This CSS module defines pseudo-elements, abstract elements that represent portions of the CSS render tree that can be selected and styled.
19-
At Risk: the ''::prefix'' and ''::postfix'' sub-elements of ''::first-letter''
19+
At Risk: the ''::prefix'' and ''::suffix'' sub-elements of ''::first-letter''
2020
Ignored Terms: initial-letter, PseudoElement, pseudo(), selectors
2121
Default Highlight: css
2222
Indent: 2
@@ -131,7 +131,7 @@ First-Line Text: the ''::first-line'' pseudo-element</h3>
131131
THIS IS A SOMEWHAT LONG HTML PARAGRAPH THAT
132132
will be broken into several lines. The first
133133
line will be styled by the ‘::first-line’
134-
pseudo-element. The other lines will be
134+
pseudo-element. The other lines will be
135135
treated as ordinary lines in the paragraph.
136136
</pre>
137137

@@ -887,7 +887,7 @@ Styling Highlights</h3>
887887
</ul>
888888

889889
Issue: Are there any other properties that should be included here?
890-
890+
891891
Note: Historically (and at the time of writing)
892892
only 'color' and 'background-color' have been interoperably supported.
893893

@@ -1078,10 +1078,10 @@ Cascading and Per-Element Highlight Styles</h3>
10781078
the corresponding <a>highlight pseudo-element</a>
10791079
of its <a>originating element</a>'s parent element.
10801080
This occurs regardless of whether that property is an <a>inherited property</a>.
1081-
1081+
10821082
Additionally, for [=highlight pseudo-elements=] originating from the [=root element=]
10831083
the inherited value of 'color' is ''currentColor'', not the [=initial value=].
1084-
1084+
10851085
All [=custom properties=] inherit from the <a>originating element</a>,
10861086
regardless of whether that property is a [=custom property=]
10871087
that is registered to [=CSS/inherit=] or not.

0 commit comments

Comments
 (0)