Skip to content

Commit 50b1399

Browse files
committed
[cssom][cssom-view] Update bug filer to GitHub issue filer
Fixes #403.
1 parent e9ce075 commit 50b1399

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cssom-view/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Level: 1
1616
Editor: Simon Pieters, Opera Software ASA http://www.opera.com, simonp@opera.com
1717
Former Editor: Glenn Adams, Cox Communications, Inc. http://www.cox.com, glenn.adams@cos.com, http://www.w3.org/wiki/User:Gadams
1818
Former Editor: Anne van Kesteren, Opera Software ASA http://www.opera.com, annevk@annevk.nl, https://annevankesteren.nl/
19-
!Issues list: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&amp;component=CSSOM%20View&amp;resolution=---">Bugzilla</a> (<a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSS&amp;component=CSSOM%20View">file a bug</a>)
19+
!Legacy issues list: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&amp;component=CSSOM%20View&amp;resolution=---">Bugzilla</a>
2020
Abstract: The APIs introduced by this specification provide authors with a way to inspect and manipulate the visual view of a document. This includes getting the position of element layout boxes, obtaining the width of the viewport through script, and also scrolling an element.
2121
Ignored Terms: open(), EventTarget, EventListener, Event, EventInit, Element, Range, Node, Text
2222
Ignored Vars: rect, point, quad
@@ -90,7 +90,7 @@ spec:css-position-3; type:property; text:position
9090
spec:dom; type:interface; text:Document
9191
</pre>
9292

93-
<script src=https://resources.whatwg.org/file-bug.js async></script>
93+
<script src=https://resources.whatwg.org/file-issue.js defer data-file-issue-url="https://github.com/w3c/csswg-drafts/issues/new?title=%5Bcssom-view%5D%20"></script>
9494

9595
Background {#background}
9696
========================

cssom/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Editor: Simon Pieters, Opera Software ASA http://www.opera.com, simonp@opera.com
1515
Editor: Daniel Glazman, Disruptive Innovations http://disruptive-innovations.com/, daniel.glazman@disruptive-innovations.com
1616
Former Editor: Glenn Adams, Cox Communications&#44; Inc. http://www.cox.com, glenn.adams@cos.com, http://www.w3.org/wiki/User:Gadams
1717
Former Editor: Anne van Kesteren, Opera Software ASA http://www.opera.com, annevk@annevk.nl, https://annevankesteren.nl/
18-
!Issues list: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&amp;component=CSSOM&amp;resolution=---">Bugzilla</a> (<a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSS&amp;component=CSSOM">file a bug</a>)
18+
!Legacy issues list: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&amp;component=CSSOM&amp;resolution=---">Bugzilla</a>
1919
Abstract: CSSOM defines APIs (including generic parsing and serialization rules) for Media Queries, Selectors, and of course CSS itself.
2020
Ignored Terms: EmptyString, mediaText, cssText, InvalidCharacterError, SecurityError, SyntaxError, IndexSizeError, HierarchyRequestError, InvalidStateError, InvalidModificationError, NoModificationAllowedError, CORS-same-origin, group of selectors, list of css page selectors, CSSCharsetRule, ProcessingInstruction, EventTarget, EventListener, Event, EventInit, Element, Range, Node, Text, style, CSSFontFaceRule, -webkit-transform
2121
Ignored Vars: m1, m2, camel_cased_attribute, webkit_cased_attribute, dashed_attribute
@@ -107,7 +107,7 @@ spec:css-namespaces-3; type:dfn; text:namespace prefix
107107
spec:dom; type:interface; text:Document
108108
</pre>
109109

110-
<script src=https://resources.whatwg.org/file-bug.js async></script>
110+
<script src=https://resources.whatwg.org/file-issue.js defer data-file-issue-url="https://github.com/w3c/csswg-drafts/issues/new?title=%5Bcssom%5D%20"></script>
111111

112112
Introduction {#introduction}
113113
============================

0 commit comments

Comments
 (0)