@@ -208,8 +208,9 @@ The ''::marker'' Pseudo-Element</h3>
208
208
Properties Applying to ''::marker''</h4>
209
209
210
210
All properties can be set on a ''::marker'' pseudo-element
211
- and will have a [=computed value=] ;
212
- however,
211
+ and will have a [=computed value=]
212
+ which will then inherit to its text content.
213
+ However,
213
214
only the following CSS properties
214
215
actually apply to a [=marker box=] :
215
216
@@ -230,16 +231,15 @@ Properties Applying to ''::marker''</h4>
230
231
UAs may either treat such properties as not applying,
231
232
or enforce their value or inheritance from the [=originating element=]
232
233
by setting a [=user-agent origin=] ''!important'' rule.
233
- However, inheritable properties that apply to text
234
- can be set on the ''::marker'' pseudo-element:
235
- these will inherit to and take effect on its text contents.
236
234
237
235
<div class=example>
238
- Examples of properties that apply to text,
239
- and therefore to the contents of ''::marker'' when declared on ''::marker'' :
236
+ Inheritable properties that apply to text
237
+ can be set on the ''::marker'' pseudo-element:
238
+ these will inherit to and take effect on its text contents.
239
+ Some examples of such properties include:
240
240
<ul>
241
- <li> 'white-space ' , 'text-transform ' , 'letter -spacing' (see [[CSS-TEXT-3]] )
242
- <li> all font properties (see [[CSS-FONTS-3]] and its successors)
241
+ <li> 'text-transform ' , 'letter-spacing ' , 'word -spacing' (see [[CSS-TEXT-3]] )
242
+ <li> all the font properties (see [[CSS-FONTS-3]] and its successors)
243
243
<li> the 'color' property (see [[CSS-COLOR-3]] )
244
244
</ul>
245
245
</div>
0 commit comments