Skip to content

Commit 5a889a8

Browse files
committed
[css-lists-3] Tweak general restrictions on ::marker to be more precise/correct. #4568
1 parent 29d61cb commit 5a889a8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

css-lists-3/Overview.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,12 @@ Properties Applying to ''::marker''</h4>
224224
however at the moment outside marker box layout is not fully defined,
225225
so only these properties are allowed.
226226

227-
Other properties must not have an effect on the [=marker box=]
228-
when set in the [=author origin=] of the [=cascade=].
227+
Other properties should not have an effect on the [=marker box=]
228+
when declared directly on ''::marker''
229+
in the [=author origin|author=] or [=user origin=] of the [=cascade=].
229230
UAs may either treat such properties as not applying,
230-
or enforce their value by setting a [=user-agent origin=] ''!important'' rule.
231+
or enforce their value or inheritance from the [=originating element=]
232+
by setting a [=user-agent origin=] ''!important'' rule.
231233
However, inheritable properties that apply to text
232234
can be set on the ''::marker'' pseudo-element:
233235
these will inherit to and take effect on its text contents.

0 commit comments

Comments
 (0)