You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd><cite><ahref="http://dev.w3.org/csswg/cssom/">CSS Object Model (CSSOM)</a></cite>, Glenn Adams and Simon Pieters. W3C.
312
+
<dd><cite><ahref="http://dev.w3.org/csswg/cssom/">CSS Object Model (CSSOM)</a></cite>, Simon Pieters and Glenn Adams. W3C.
313
313
314
314
<dtid="refsDOM2STYLE">[DOM2STYLE]
315
315
<dd>(Non-normative) <cite><ahref="http://www.w3.org/TR/DOM-Level-2-Style/">Document Object Model (DOM) Level 2 Style Specification</a></cite>, Chris Wilson, Philippe Le Hégaret and Vidur Apparao. W3C.
<p>The <dfnid="dom-element-clienttop" title="dom-Element-clientTop"><code>clientTop</code></dfn> attribute must run these steps:
982
982
<ol>
983
983
<li><p>If the element has no associated <ahref="#css-layout-box">CSS layout box</a> or if the <ahref="#css-layout-box">CSS layout box</a> is inline, return zero.
984
-
<li><p>Return the computed value of the '<code>border-top-width</code>' property plus the height of any scrollbar rendered between the top <ahref="#padding-edge">padding
984
+
<li><p>Return the computed value of the 'border-top-width' property plus the height of any scrollbar rendered between the top <ahref="#padding-edge">padding
985
985
edge</a> and the top <ahref="#border-edge">border edge</a>.
986
986
</ol>
987
987
988
988
<p>The <dfnid="dom-element-clientleft" title="dom-Element-clientLeft"><code>clientLeft</code></dfn> attribute must run these steps:
989
989
<ol>
990
990
<li><p>If the element has no associated <ahref="#css-layout-box">CSS layout box</a> or if the <ahref="#css-layout-box">CSS layout box</a> is inline, return zero.
991
-
<li><p>Return the computed value of the '<code>border-left-width</code>' property plus the width of any scrollbar rendered between the left <ahref="#padding-edge">padding
991
+
<li><p>Return the computed value of the 'border-left-width' property plus the width of any scrollbar rendered between the left <ahref="#padding-edge">padding
992
992
edge</a> and the left <ahref="#border-edge">border edge</a>.
@@ -947,14 +947,14 @@ <h2>Extensions to the <code title>Element</code> Interface</h2>
947
947
<p>The <dfntitle=dom-Element-clientTop><code>clientTop</code></dfn> attribute must run these steps:
948
948
<ol>
949
949
<li><p>If the element has no associated <span>CSS layout box</span> or if the <span>CSS layout box</span> is inline, return zero.
950
-
<li><p>Return the computed value of the '<code>border-top-width</code>' property plus the height of any scrollbar rendered between the top <span>padding
950
+
<li><p>Return the computed value of the 'border-top-width' property plus the height of any scrollbar rendered between the top <span>padding
951
951
edge</span> and the top <span>border edge</span>.
952
952
</ol>
953
953
954
954
<p>The <dfntitle=dom-Element-clientLeft><code>clientLeft</code></dfn> attribute must run these steps:
955
955
<ol>
956
956
<li><p>If the element has no associated <span>CSS layout box</span> or if the <span>CSS layout box</span> is inline, return zero.
957
-
<li><p>Return the computed value of the '<code>border-left-width</code>' property plus the width of any scrollbar rendered between the left <span>padding
957
+
<li><p>Return the computed value of the 'border-left-width' property plus the width of any scrollbar rendered between the left <span>padding
958
958
edge</span> and the left <span>border edge</span>.
959
959
</ol>
960
960
@@ -1124,18 +1124,18 @@ <h2>Extensions to the <code title>HTMLElement</code> Interface</h2>
1124
1124
<li>The element does not have an associated <span>CSS layout box</span>.</li>
1125
1125
<li>The element is the root element.</li>
1126
1126
<li>The element is <span>the HTML <code>body</code> element</span>.</li>
1127
-
<li>The element's computed value of the '<code>position</code>' property is <code>fixed</code>.</li>
1127
+
<li>The element's computed value of the 'position' property is 'fixed'.</li>
1128
1128
</ul>
1129
1129
</li>
1130
1130
<li>
1131
1131
<p>Return the nearest ancestor element of the element for which at least
1132
1132
one of the following is true and terminate this algorithm if such an
1133
1133
ancestor is found:</p>
1134
1134
<ul>
1135
-
<li>The computed value of the '<code>position</code>' property is not <code>static</code>.</li>
1135
+
<li>The computed value of the 'position' property is not 'static'.</li>
1136
1136
<li>It is <span>the HTML <code>body</code> element</span>.</li>
1137
-
<li>The computed value of the '<code>position</code>' property of
1138
-
the element is <code>static</code> and the ancestor is one of the
1137
+
<li>The computed value of the 'position' property of
1138
+
the element is 'static' and the ancestor is one of the
1139
1139
following <spandata-anolis-spec=htmltitle='HTML elements'>HTML elements</span>:
1140
1140
<code>td</code>, <code>th</code>, or <code>table</code>.</li>
<p>To <dfnid="serialize-a-string">serialize a string</dfn> means to create a string represented
345
-
by '<codetitle="">"</code>' (U+0022), followed by the result of applying the rules
345
+
by '"' (U+0022), followed by the result of applying the rules
346
346
below to each character of the given string, followed by
347
-
'<codetitle="">"</code>' (U+0022):</p>
347
+
'"' (U+0022):</p>
348
348
349
349
<ul>
350
350
<li>If the character is NULL (U+0000), then <aclass="external" href="http://dom.spec.whatwg.org/#concept-throw" title="concept-throw">throw</a> an
351
351
<codeclass="external"><ahref="http://dom.spec.whatwg.org/#invalidcharactererror">InvalidCharacterError</a></code> exception and terminate these steps.</li>
352
352
<li>If the character is in the range [\1-\1f] (U+0001 to U+001F) or [\7f-\9f] (U+007F to
353
353
U+009F), the character <ahref="#escape-a-character-as-code-point" title="escape a character as code point">escaped as code point</a>.</li>
354
-
<li>If the character is '<codetitle="">"</code>' (U+0022) or "<codetitle="">\</code>"
354
+
<li>If the character is '"' (U+0022) or "<codetitle="">\</code>"
355
355
(U+005C), the <ahref="#escape-a-character" title="escape a character">escaped</a> character.</li>
356
356
<li>Otherwise, the character itself.</li>
357
357
</ul>
358
358
359
359
<pclass="note">"<codetitle="">'</code>" (U+0027) is not escaped because strings
360
-
are always serialized with '<codetitle="">"</code>' (U+0022).</p>
360
+
are always serialized with '"' (U+0022).</p>
361
361
362
362
<p>To <dfnid="serialize-a-url">serialize a URL</dfn> means to create a string represented by
<pclass="atrisk">The <dfnid="dom-element-pseudo" title="dom-Element-pseudo"><code>pseudo(<vartitle="">pseudoElt</var>)</code></dfn> method, when invoked, must run the following steps:
2746
2746
<ol>
2747
-
<li><p>If <vartitle="">pseudoElt</var> is as an <aclass="external" href="http://dom.spec.whatwg.org/#ascii-case-insensitive">ASCII case-insensitive</a> match for either '<codetitle="">:before</code>' or
2748
-
'<codetitle="">::before</code>' return the <code><ahref="#pseudoelement">PseudoElement</a></code> representing the <ahref="#x::before-pseudo-element">::before pseudo-element</a> of the
2747
+
<li><p>If <vartitle="">pseudoElt</var> is as an <aclass="external" href="http://dom.spec.whatwg.org/#ascii-case-insensitive">ASCII case-insensitive</a> match for either ':before' or
2748
+
'::before' return the <code><ahref="#pseudoelement">PseudoElement</a></code> representing the <ahref="#x::before-pseudo-element">::before pseudo-element</a> of the
<li><p>If <vartitle="">pseudoElt</var> is as an <aclass="external" href="http://dom.spec.whatwg.org/#ascii-case-insensitive">ASCII case-insensitive</a> match for either '<codetitle="">:after</code>' or
2751
-
'<codetitle="">::after</code>' return the <code><ahref="#pseudoelement">PseudoElement</a></code> representing the <ahref="#x::after-pseudo-element">::after pseudo-element</a> of the
2750
+
<li><p>If <vartitle="">pseudoElt</var> is as an <aclass="external" href="http://dom.spec.whatwg.org/#ascii-case-insensitive">ASCII case-insensitive</a> match for either ':after' or
2751
+
'::after' return the <code><ahref="#pseudoelement">PseudoElement</a></code> representing the <ahref="#x::after-pseudo-element">::after pseudo-element</a> of the
0 commit comments