Skip to content

Commit d1d046b

Browse files
committed
[cssom-view][editorial] Clean up bikeshed link ambiguities
1 parent b0798e4 commit d1d046b

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

cssom-view-1/Overview.bs

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ Ignored Vars: rect, point, quad
2626
WPT Path Prefix: css/cssom-view/
2727
WPT Display: open
2828
Include Can I Use Panels: true
29-
Can I Use URL: https://drafts.csswg.org/cssom-view/
29+
Can I Use URL: https://drafts.csswg.org/cssom-view-1/
3030
Can I Use URL: https://www.w3.org/TR/cssom-view-1/
31+
Ignore Can I Use URL Failure: https://drafts.csswg.org/cssom-view-1/
3132
</pre>
3233

3334
<pre class='link-defaults'>
@@ -42,6 +43,19 @@ spec:html; type:dfn;
4243
text: the body element
4344
text: rules for parsing integers
4445
text: being rendered
46+
spec:html; type:element; text:body
47+
spec:css-overflow-3; type:property; text:scroll-behavior
48+
spec:css-overflow-3; type:value; text:smooth
49+
spec:css-overflow-3; type:value; text:auto
50+
spec:css2; type:dfn; for:/; text:media
51+
spec:css-scoping-1; type:dfn; text:shadow root
52+
spec:dom; type:dfn; text:host
53+
spec:dom; type:dfn; text:element
54+
spec:dom; type:dfn; for:Attr; text:element
55+
spec:css-borders-4; type:property; text:border-top-width
56+
spec:css-borders-4; type:property; text:border-left-width
57+
spec:cssom-view-1; type:dictionary; text:MouseEventInit
58+
spec:cssom-view-1; type:dfn; for:MediaQueryList; text:media
4559
</pre>
4660

4761
<style>
@@ -2444,7 +2458,7 @@ Changes since the <a href="https://www.w3.org/TR/2016/WD-cssom-view-1-20160317/"
24442458
* Clarified whether scaled or unscaled dimensions are returned by various APIs in relation to the 'zoom' property.
24452459
* Took scroll snapping and scroll target into account for various scrolling APIs.
24462460
* Added {{Element/currentCSSZoom}} attribute to {{Element}}.
2447-
* Added ''options'' parameter to {{Document/caretPositionFromPoint()}} method.
2461+
* Added options parameter to {{Document/caretPositionFromPoint()}} method.
24482462
* Removed caret range concept from CaretPosition interface.
24492463
* Defined post-layout snapshotting.
24502464
* Made the various scrolling algorithms accept a pseudo-element.

0 commit comments

Comments
 (0)