@@ -283,6 +283,10 @@ <h3>Serializing Media Queries</h3>
283283
284284 < h4 > Serializing Media Feature Values</ h4 >
285285
286+ < p class ="XXX "> This should probably be done in terms of mapping it to
287+ serializing CSS values as media features are defined in terms of CSS
288+ values after all.</ p >
289+
286290 < p > To < dfn id ="serialize-a-media-feature-value "> serialize a media feature value</ dfn >
287291 named < var title =""> v</ var > locate < var title =""> v</ var > in the first
288292 column of the table below and use the serialization format described in
@@ -487,8 +491,8 @@ <h2>Selectors</h2>
487491
488492 < li >
489493 < p > Convert pseudo-classes and pseudo-elements to their canonical form
490- as given in the specification.</ p >
491-
494+ as given in the specification.</ p >
495+
492496 < p class ="note "> E.g. < code > :HOver</ code > becomes < code > :hover</ code > and
493497 < code > :befoRe</ code > becomes < code > ::before</ code > .</ span > </ p >
494498 </ li >
@@ -505,6 +509,11 @@ <h2>Style Sheets</h2>
505509
506510 < h3 > Style Sheet</ h3 >
507511
512+ <!-- XXX
513+ element inserted into the DOM, style sheet created, element removed from
514+ the DOM, what happens to StyleSheet?
515+ -->
516+
508517 < p > A < dfn id ="style-sheet "> style sheet</ dfn > is an abstract concept that
509518 represents any kind of style sheet. In the DOM a < span > style sheet</ span >
510519 is a < code > StyleSheet</ code > object. A < span > style sheet</ span > has a
@@ -527,8 +536,6 @@ <h3>Style Sheet</h3>
527536 < dd > < p > The < span > style sheet</ span > that is the parent of the
528537 < span > style sheet</ span > .</ p > </ dd >
529538
530- <!-- XXX what if imported twice? -->
531-
532539 < dt > < dfn id ="style-sheet-media "> style sheet media</ dfn > </ dt >
533540 < dd >
534541 < p > The < code > MediaList</ code > object associated with the
@@ -577,7 +584,7 @@ <h3>Style Sheet</h3>
577584 < span > style sheet</ span > is actually rendered.</ p >
578585 </ dd >
579586 </ dl >
580-
587+
581588 < p > When you are to < span > create a style sheet</ span > the above properties
582589 are to be set to their proper values.</ p >
583590
0 commit comments