diff --git a/css-syntax-3/Overview.bs b/css-syntax-3/Overview.bs index fde7ff2b0d4..5a5beb4b3ab 100644 --- a/css-syntax-3/Overview.bs +++ b/css-syntax-3/Overview.bs @@ -255,7 +255,7 @@ Error Handling Tokenizing and Parsing CSS User agents must use the parsing rules described in this specification - to generate the CSSOM trees from text/css resources. + to generate the [[CSSOM]] trees from text/css resources. Together, these rules define what is referred to as the CSS parser. This specification defines the parsing rules for CSS documents, @@ -2021,7 +2021,7 @@ Parse something according to a CSS grammar Note: This algorithm, and [=parse a comma-separated list according to a CSS grammar=], are usually the only parsing algorithms other specs will want to call. - The remaining parsing algorithms are meant mostly for CSSOM + The remaining parsing algorithms are meant mostly for [[CSSOM]] and related "explicitly constructing CSS structures" cases. Consult the CSSWG for guidance first if you think you need to use one of the other algorithms. @@ -3391,7 +3391,7 @@ Serialization If they do, this preserved information must have no effect on the parsing step. This specification does not define how to serialize CSS in general, - leaving that task to the CSSOM and individual feature specifications. + leaving that task to the [[CSSOM]] and individual feature specifications. In particular, the serialization of comments and whitespace is not defined. The only requirement for serialization is that it must "round-trip" with parsing,