Skip to content

Commit dda7219

Browse files
committed
[cssom-view] (editorial) bikeshed fixes with dom xrefs
1 parent cbc295b commit dda7219

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cssom-view/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ url: http://www.w3.org/TR/DOM-Level-3-Events/#interface-MouseEvent; type: interf
7777
</pre>
7878

7979
<pre class='link-defaults'>
80-
spec: dom-core-ls; type: interface; text: Document
80+
spec:dom-ls; type:method; text:addEventListener()
8181
spec:css-display-3; type:value; for:display; text:table
8282
spec:css-position-3; type:property; text:position
8383
</pre>
@@ -1186,7 +1186,7 @@ The <dfn attribute for=Element>clientLeft</dfn> attribute must run these steps:
11861186
The <dfn attribute for=Element>clientWidth</dfn> attribute must run these steps:
11871187

11881188
1. If the element has no associated <a>CSS layout box</a> or if the <a>CSS layout box</a> is inline, return zero.
1189-
1. If the element is the root element and the element's <a>node document</var> is not in <a>quirks mode</a>, or if the element is <a>the HTML <code>body</code> element</a> and the element's <a>node document</a> <em>is</em> in <a>quirks mode</a>, return the <a>viewport</a> width excluding the size of a rendered scroll bar (if any).
1189+
1. If the element is the root element and the element's <a>node document</a> is not in <a>quirks mode</a>, or if the element is <a>the HTML <code>body</code> element</a> and the element's <a>node document</a> <em>is</em> in <a>quirks mode</a>, return the <a>viewport</a> width excluding the size of a rendered scroll bar (if any).
11901190
1. Return the width of the <a>padding edge</a> excluding the width of any rendered scrollbar between the <a>padding edge</a> and the <a>border edge</a>, ignoring any <a>transforms</a> that apply to the element and its ancestors.
11911191

11921192
The <dfn attribute for=Element>clientHeight</dfn> attribute must run these steps:

0 commit comments

Comments
 (0)