@@ -1042,12 +1042,12 @@ thoughts:
10421042
10431043### The HTTP Default-Style Header ### {#the-http-default-style-header}
10441044
1045- The HTTP <code lt="http-default-style"> Default-Style</code > header
1045+ The HTTP <a lt="http-default-style">Default-Style</a > header
10461046can be used to set the <a>preferred CSS style sheet set name</a>
10471047influencing which <a>CSS style sheet set</a> is (initially) the
10481048<a>enabled CSS style sheet set</a> .
10491049
1050- For each HTTP <code lt="http-default-style"> Default-Style</code >
1050+ For each HTTP <a lt="http-default-style">Default-Style</a >
10511051header, in header order, the user agent must
10521052<a>change the preferred CSS style sheet set name</a> with name being the
10531053value of the header.
@@ -1463,10 +1463,10 @@ To <dfn>serialize a CSS rule</dfn>, perform one of the following in accordance w
14631463 <dd> The literal string "<code> @namespace</code> ", followed by a single SPACE
14641464 (U+0020), followed by the
14651465 <a lt="serialize an identifier">identifier escaped</a> value of the
1466- <code lt="dom- CSSNamespaceRule-prefix"> prefix </code> attribute (if
1466+ {{ CSSNamespaceRule/prefix}} attribute (if
14671467 any), followed by a single SPACE (U+0020) if there is a prefix, followed by the
14681468 <a lt="serialize a URL">URL escaped</a> value of the
1469- <code lt="dom- CSSNamespaceRule-namespaceURI"> namespaceURI </code>
1469+ {{ CSSNamespaceRule/namespaceURI}}
14701470 attribute, followed the character "<code> ;</code> " (U+003B).
14711471</dl>
14721472
@@ -2149,7 +2149,7 @@ result of invoking {{CSSStyleDeclaration/getPropertyValue()}} with the
21492149argument being the result of running the <a>IDL attribute to CSS property</a>
21502150algorithm for <var> camel-cased attribute</var> .
21512151
2152- Setting the <code attribute for=CSSStyleDeclaration><var> camel-cased attribute</var></code > attribute must invoke
2152+ Setting the <a attribute for=CSSStyleDeclaration><var>camel-cased attribute</var></a > attribute must invoke
21532153{{CSSStyleDeclaration/setProperty()}} with the
21542154first argument being the result of running the <a>IDL attribute to CSS property</a>
21552155algorithm for <var> camel-cased attribute</var> , as second argument the given value, and no third argument. Any
@@ -2173,7 +2173,7 @@ getting, must return the result of invoking {{CSSStyleDeclaration/getPropertyVal
21732173argument being the result of running the <a>IDL attribute to CSS property</a> algorithm for
21742174<var> webkit-cased attribute</var> , with the <i> dash prefix</i> flag set.
21752175
2176- Setting the <code attribute for=CSSStyleDeclaration><var> webkit-cased attribute</var></code >
2176+ Setting the <a attribute for=CSSStyleDeclaration><var>webkit-cased attribute</var></a >
21772177attribute must invoke {{CSSStyleDeclaration/setProperty()}} with the first argument being the result
21782178of running the <a>IDL attribute to CSS property</a> algorithm for <var> webkit-cased attribute</var> ,
21792179with the <i> dash prefix</i> flag set, as second argument the given value, and no third argument.
@@ -2197,7 +2197,7 @@ The <dfn attribute for=CSSStyleDeclaration><var>dashed attribute</var></dfn> att
21972197result of invoking {{CSSStyleDeclaration/getPropertyValue()}} with the
21982198argument being <var> dashed attribute</var> .
21992199
2200- Setting the <code attribute for=CSSStyleDeclaration><var> dashed attribute</var></code > attribute must invoke
2200+ Setting the <a attribute for=CSSStyleDeclaration><var>dashed attribute</var></a > attribute must invoke
22012201{{CSSStyleDeclaration/setProperty()}} with the
22022202first argument being <var> dashed attribute</var> , as second argument the given value, and no third argument. Any
22032203exceptions thrown must be re-thrown.
@@ -2652,11 +2652,11 @@ The <dfn method for=CSS>escape(<var>ident</var>)</dfn> method must return the re
26522652Resolved Values {#resolved-values}
26532653==================================
26542654
2655- <code lt="dom- Window- getComputedStyle()"> getComputedStyle() </code> was
2655+ {{ Window/ getComputedStyle()}} was
26562656historically defined to return the "computed value" of an element or
26572657pseudo-element. However, the concept of "computed value" changed between
26582658revisions of CSS while the implementation of
2659- <code lt="dom- Window- getComputedStyle()"> getComputedStyle() </code> had to
2659+ {{ Window/ getComputedStyle()}} had to
26602660remain the same for compatibility with deployed scripts. To address this
26612661issue this specification introduces the concept of a
26622662<dfn>resolved value</dfn> .
0 commit comments