Skip to content

Commit ba9f592

Browse files
dirkschulzesvgeesus
authored andcommitted
Put DOMRectList on at-risk list
1 parent 798379d commit ba9f592

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

geometry/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ <h2 class="no-num no-toc no-ref heading settled" id=status><span class=content>S
9494
An individual who has actual knowledge of a patent which the individual believes contains
9595
<a href=http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential>Essential Claim(s)</a>
9696
must disclose the information in accordance with <a href=http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure>section 6 of the W3C Patent Policy</a>.</div>
97-
<div data-fill-with=at-risk></div>
97+
<div data-fill-with=at-risk><p>The following features are at-risk, and may be dropped during the CR period:
98+
<ul><li>The <a class=idl-code data-link-type=interface href=#dom-domrectlist title=DOMRectList>DOMRectList</a> interface is at-risk. The authors of this specification await feedback from implementers if the getter of <a class=idl-code data-link-type=interface href=#dom-domrectlist title=DOMRectList>DOMRectList</a> is currently in use on legacy interfaces. If there is no/not enough content to justify <a class=idl-code data-link-type=interface href=#dom-domrectlist title=DOMRectList>DOMRectList</a>, legacy interfaces must use sequences instead and <a class=idl-code data-link-type=interface href=#dom-domrectlist title=DOMRectList>DOMRectList</a> will be removed from this specification.</ul></div>
9899

99100
<h2 class="no-num no-toc no-ref heading settled" id=contents><span class=content>Table of Contents</span></h2>
100101
<div data-fill-with=table-of-contents><ul class=toc>

geometry/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ <h1>Geometry Interfaces Module Level 1</h1>
1616
Abstract: This specification provides basic geometric interfaces to represent points, rectangles, quadrilaterals and transformation matrices that can be used by other modules or specifications.
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/
19+
At Risk: The <a interface>DOMRectList</a> interface is at-risk. The authors of this specification await feedback from implementers if the getter 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.
1920
</pre>
2021

2122
<script src=http://resources.whatwg.org/file-bug.js async></script>

0 commit comments

Comments
 (0)