@@ -208,8 +208,9 @@ The ''::marker'' Pseudo-Element</h3>
208208Properties Applying to ''::marker''</h4>
209209
210210 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,
213214 only the following CSS properties
214215 actually apply to a [=marker box=] :
215216
@@ -230,16 +231,15 @@ Properties Applying to ''::marker''</h4>
230231 UAs may either treat such properties as not applying,
231232 or enforce their value or inheritance from the [=originating element=]
232233 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.
236234
237235 <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:
240240 <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)
243243 <li> the 'color' property (see [[CSS-COLOR-3]] )
244244 </ul>
245245 </div>
0 commit comments