@@ -313,7 +313,7 @@ finally return <var>s</var>:
313313
314314 <li> Let <var> type</var> be the <a lt="serialize an identifier">serialization
315315 as an identifier</a> of the media type of the media query,
316- <a>converted to ASCII lowercase</a> .
316+ <a lt="ASCII lowercase" >converted to ASCII lowercase</a> .
317317
318318 <li> If the media query does not contain media features append
319319 <var> type</var> , to <var> s</var> ,
@@ -331,7 +331,7 @@ finally return <var>s</var>:
331331
332332 <ol>
333333 <li> Append a "<code> (</code> " (U+0028), followed by the media feature
334- name, <a>converted to ASCII lowercase</a> ,
334+ name, <a lt="ASCII lowercase" >converted to ASCII lowercase</a> ,
335335 to <var> s</var> .
336336
337337 <li> If a value is given append a "<code> :</code> " (U+003A), followed
@@ -702,7 +702,7 @@ represents a style sheet as defined by the CSS specification. In the CSSOM a
702702 <dd> The literal string "<code> text/css</code> ".
703703
704704 <dt> <dfn id=concept-css-style-sheet-location>location</dfn>
705- <dd> Specified when created. The <a>absolute URL</a> of the first request of the
705+ <dd> Specified when created. The <a>absolute- URL string </a> of the first request of the
706706 <a>CSS style sheet</a> or null if the <a>CSS style sheet</a> was
707707 embedded. Does not change during the lifetime of the <a>CSS style sheet</a> .
708708
@@ -1118,7 +1118,7 @@ To <dfn>fetch a CSS style sheet</dfn> with parsed URL <var>parsed URL</var>, ref
11181118<a>request</a> ), follow these steps:
11191119
11201120<ol>
1121- <li> Let <var> origin</var> be <var> document</var> 's <a>origin</a> .
1121+ <li> Let <var> origin</var> be <var> document</var> 's <a for=/ >origin</a> .
11221122
11231123 <li> Let <var> request</var> be a new <a>request</a> , with the
11241124 <a for=request>url</a> <var> parsed URL</var> ,
@@ -1332,7 +1332,7 @@ must be run:
13321332
13331333 <li> Let <var> referrer</var> be the document's <a lt="document URL">address</a> .
13341334
1335- <li> Let <var> origin</var> be the document's <a>origin</a> .
1335+ <li> Let <var> origin</var> be the document's <a for=/ >origin</a> .
13361336
13371337 <li> Let <var> parsed URL</var> be the return value of invoking the <a>URL parser</a> with the
13381338 string <var> input URL</var> and the base URL <var> base URL</var> .
@@ -1972,7 +1972,7 @@ The <dfn method for=CSSStyleDeclaration>getPropertyValue(<var>property</var>)</d
19721972<ol>
19731973 <li> If <var> property</var> is not a <a>custom property</a> , follow these substeps:
19741974 <ol>
1975- <li> Let <var> property</var> be <var> property</var> <a>converted to ASCII lowercase</a> .
1975+ <li> Let <var> property</var> be <var> property</var> <a lt="ASCII lowercase" >converted to ASCII lowercase</a> .
19761976 <li> If <var> property</var> is a shorthand property, then follow these substeps:
19771977 <ol>
19781978 <li> Let <var> list</var> be a new empty array.
@@ -2000,7 +2000,7 @@ The <dfn method for=CSSStyleDeclaration>getPropertyPriority(<var>property</var>)
20002000<ol>
20012001 <li> If <var> property</var> is not a <a>custom property</a> , follow these substeps:
20022002 <ol>
2003- <li> Let <var> property</var> be <var> property</var> <a>converted to ASCII lowercase</a> .
2003+ <li> Let <var> property</var> be <var> property</var> <a lt="ASCII lowercase" >converted to ASCII lowercase</a> .
20042004 <li> If <var> property</var> is a shorthand property, follow these substeps:
20052005 <ol>
20062006 <li> Let <var> list</var> be a new array.
@@ -2025,7 +2025,7 @@ The <dfn method for=CSSStyleDeclaration>setProperty(<var>property</var>, <var>va
20252025 a {{NoModificationAllowedError}} exception and terminate these steps.
20262026 <li> If <var> property</var> is not a <a>custom property</a> , follow these substeps:
20272027 <ol>
2028- <li> Let <var> property</var> be <var> property</var> <a>converted to ASCII lowercase</a> .
2028+ <li> Let <var> property</var> be <var> property</var> <a lt="ASCII lowercase" >converted to ASCII lowercase</a> .
20292029 <li> If <var> property</var> is not a <a>case-sensitive</a> match for a <a>supported CSS property</a> , terminate this algorithm.
20302030 </ol>
20312031 <li> If <var> value</var> is the empty string, invoke {{CSSStyleDeclaration/removeProperty()}}
@@ -2067,7 +2067,7 @@ steps:
20672067 a {{NoModificationAllowedError}} exception and terminate these steps.
20682068 <li> If <var> property</var> is not a <a>custom property</a> , follow these substeps:
20692069 <ol>
2070- <li> Let <var> property</var> be <var> property</var> <a>converted to ASCII lowercase</a> .
2070+ <li> Let <var> property</var> be <var> property</var> <a lt="ASCII lowercase" >converted to ASCII lowercase</a> .
20712071 <li> If <var> property</var> is not a <a>case-sensitive</a> match for a <a>supported CSS property</a> , terminate this algorithm.
20722072 </ol>
20732073 <li> If <var> value</var> is the empty string, invoke {{CSSStyleDeclaration/removeProperty()}}
@@ -2103,7 +2103,7 @@ these steps:
21032103 a {{NoModificationAllowedError}} exception and terminate these steps.
21042104 <li> If <var> property</var> is not a <a>custom property</a> , follow these substeps:
21052105 <ol>
2106- <li> Let <var> property</var> be <var> property</var> <a>converted to ASCII lowercase</a> .
2106+ <li> Let <var> property</var> be <var> property</var> <a lt="ASCII lowercase" >converted to ASCII lowercase</a> .
21072107 <li> If <var> property</var> is not a <a>case-sensitive</a> match for a <a>supported CSS property</a> , terminate this algorithm.
21082108 </ol>
21092109 <li> If <var> priority</var> is not the empty string and is not an <a>ASCII case-insensitive</a> match for the string
@@ -2133,7 +2133,7 @@ The <dfn method for=CSSStyleDeclaration>removeProperty(<var>property</var>)</dfn
21332133 <li> If the <a for="CSSStyleDeclaration">readonly flag</a> is set, <a>throw</a>
21342134 a {{NoModificationAllowedError}} exception and terminate these steps.
21352135 <li> If <var> property</var> is not a <a>custom property</a> ,
2136- let <var> property</var> be <var> property</var> <a>converted to ASCII lowercase</a> .
2136+ let <var> property</var> be <var> property</var> <a lt="ASCII lowercase" >converted to ASCII lowercase</a> .
21372137 <li> Let <var> value</var> be the return value of invoking {{CSSStyleDeclaration/getPropertyValue()}}
21382138 with <var> property</var> as argument.
21392139 <li> If <var> property</var> is a shorthand property, for each longhand property <var> longhand</var> that <var> property</var> maps to, invoke
@@ -2246,7 +2246,7 @@ The <dfn>CSS property to IDL attribute</dfn> algorithm for <var>property</var>,
22462246 <li> If <var> c</var> is "<code> -</code> " (U+002D), let <var> uppercase next</var> be set.
22472247
22482248 <li> Otherwise, if <var> uppercase next</var> is set, let <var> uppercase next</var> be unset and append <var> c</var>
2249- <a>converted to ASCII uppercase</a> to <var> output</var> .
2249+ <a lt="ASCII uppercase" >converted to ASCII uppercase</a> to <var> output</var> .
22502250
22512251 <li> Otherwise, append <var> c</var> to <var> output</var> .
22522252 </ol>
@@ -2266,7 +2266,7 @@ The <dfn>IDL attribute to CSS property</dfn> algorithm for <var>attribute</var>,
22662266
22672267 <ol>
22682268 <li> If <var> c</var> is in the range U+0041 to U+005A (ASCII uppercase), append "<code> -</code> " (U+002D) followed by <var> c</var>
2269- <a>converted to ASCII lowercase</a> to <var> output</var> .
2269+ <a lt="ASCII lowercase" >converted to ASCII lowercase</a> to <var> output</var> .
22702270
22712271 <li> Otherwise, append <var> c</var> to <var> output</var> .
22722272 </ol>
@@ -2335,7 +2335,7 @@ depends on the component, as follows:
23352335<dl class="switch">
23362336 <dt> keyword
23372337 <dd> The keyword
2338- <a>converted to ASCII lowercase</a> .
2338+ <a lt="ASCII lowercase" >converted to ASCII lowercase</a> .
23392339
23402340 <dt> <angle>
23412341 <dd> The <number> component serialized as per <number> followed by the unit in canonical form as defined in its respective specification.
@@ -2489,7 +2489,7 @@ depends on the component, as follows:
24892489 the literal string "<code> s</code> ".
24902490
24912491 <dt> <uri>
2492- <dd> The <a>absolute URL</a>
2492+ <dd> The <a>absolute- URL string </a>
24932493 <a lt="serialize a URL">serialized as URL</a> .
24942494</dl>
24952495
0 commit comments