Skip to content

Commit 91bcb39

Browse files
tabatkinssvgeesus
authored andcommitted
Add 'Use <i> autolinks' metadata to appropriate specs.
1 parent b8d45b1 commit 91bcb39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

geometry/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h1>Geometry Interfaces Module Level 1</h1>
1717
!Issues list: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=FXTF&amp;component=Geometry&amp;resolution=---">Bugzilla</a> (<a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=FXTF&amp;component=Geometry">file a bug</a>)
1818
Test Suite: http://test.csswg.org/suites/geometry-1_dev/nightly-unstable/
1919
At Risk: The <a interface>DOMRectList</a> interface is at-risk. The authors of this specification await feedback from implementers if the item() function of <a interface>DOMRectList</a> is currently in use on legacy interfaces. If there is no/not enough content to justify <a interface>DOMRectList</a>, legacy interfaces must use sequences instead and <a interface>DOMRectList</a> will be removed from this specification.
20+
Use <i> Autolinks: yes
2021
</pre>
2122

2223
<script src=http://resources.whatwg.org/file-bug.js async></script>
@@ -260,7 +261,7 @@ <h2 id='DOMRectList'>
260261

261262
The <dfn dfn-type=attribute dfn-for='DOMRectList'>length</dfn> attribute must return the total number of <a interface>DOMRect</a> objects associated with the object.
262263

263-
The <dfn dfn-type=method dfn-for='DOMRectList'>item(<var>index</var>)</dfn> method, when invoked, must return a ''null'' value when <var>index</var> is greater than or equal to the number of <a interface>DOMRect</a> objects associated with the <a interface>DOMRectList</a>. Otherwise, the <a interface>DOMRect</a> object at <var>index</var> must be returned. Indices are zero-based.
264+
The <dfn dfn-type=method dfn-for='DOMRectList'>item(<var>index</var>)</dfn> method, when invoked, must return a ''null'' value when <var>index</var> is greater than or equal to the number of <a interface>DOMRect</a> objects associated with the <a interface>DOMRectList</a>. Otherwise, the <a interface>DOMRect</a> object at <var>index</var> must be returned. Indices are zero-based.
264265

265266
ADVISEMENT: <a interface>DOMRectList</a> must be supported for legacy reasons. New interfaces must not use <a interface>DOMRectList</a> and may use Sequences [[!WEBIDL]] instead.
266267

0 commit comments

Comments
 (0)