Skip to content

Commit e100ca5

Browse files
committed
[cssom-view] Fix some links.
1 parent 198b70c commit e100ca5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

cssom-view-1/Overview.bs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,16 @@ Can I Use URL: https://www.w3.org/TR/cssom-view-1/
2828

2929
<pre class='link-defaults'>
3030
spec:css-ui-4; type:property; text:pointer-events
31-
spec:css2; type:dfn; text:canvas
32-
spec:css2; type:dfn; text:viewport
31+
spec:css-viewport; type:dfn; text:effective zoom
32+
spec:css2; type:dfn;
33+
text: canvas
34+
text: viewport
35+
spec:dom; type:dfn; text:parent element
3336
spec:html; type:dfn;
3437
text: inert
3538
text: the body element
3639
text: rules for parsing integers
40+
text: being rendered
3741
</pre>
3842

3943
<style>
@@ -1145,7 +1149,7 @@ aborting on the first step that returns a value:
11451149

11461150
Note: This {{DOMRect}} object is not <a spec=html>live</a>.
11471151

1148-
Issue(10230): Consider removing <a>caret range</a> concept from <dfn>caret position</dfn> interface.
1152+
Issue(10230): Consider removing <a>caret range</a> concept from <a>caret position</a> interface.
11491153

11501154
<h2 id=extension-to-the-element-interface caniuse="element-scroll-methods">
11511155
Extensions to the {{Element}} Interface</h2>
@@ -1438,7 +1442,7 @@ The <dfn attribute for=Element>clientHeight</dfn> attribute must run these steps
14381442
1. Return the [=unscaled=] height of the <a>padding edge</a> excluding the height 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.
14391443

14401444
The <dfn attribute for=Element>currentCSSZoom</dfn> attribute must return the
1441-
[=effective zoom=] of the element, or 1.0 if the element isn't [=rendered=].
1445+
[=effective zoom=] of the element, or 1.0 if the element isn't [=being rendered=].
14421446

14431447
<h3 id=element-scrolling-members>{{Element}} Scrolling Members</h3>
14441448

0 commit comments

Comments
 (0)