Skip to content

Commit f309584

Browse files
committed
[cssom*] Fix bikeshed errors
1 parent e1b0fbb commit f309584

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

cssom-view/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Editor: Glenn Adams, Cox Communications, Inc. http://www.cox.com, glenn.adam
1414
Former Editor: Anne van Kesteren, Opera Software ASA http://www.opera.com, annevk@annevk.nl, https://annevankesteren.nl/
1515
!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>)
1616
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.
17-
Ignored Terms: open()
17+
Ignored Terms: open(), EventTarget, EventListener, Event, EventInit, Element, Range, Node, Text
1818
</pre>
1919

2020
<pre class='anchors'>
@@ -29,6 +29,7 @@ urlPrefix: https://html.spec.whatwg.org/multipage/
2929
text: familiar with
3030
text: associated Document; url: concept-document-window
3131
text: same origin
32+
text: active document
3233
urlPrefix: webappapis.html
3334
type: dfn
3435
text: responsible browsing context

cssom/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Editor: Glenn Adams, Cox Communications&#44; Inc. http://www.cox.com, glenn.adam
1313
Former Editor: Anne van Kesteren, Opera Software ASA http://www.opera.com, annevk@annevk.nl, https://annevankesteren.nl/
1414
!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>)
1515
Abstract: CSSOM defines APIs (including generic parsing and serialization rules) for Media Queries, Selectors, and of course CSS itself.
16-
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
16+
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
1717
</pre>
1818

1919
<pre class='anchors'>

0 commit comments

Comments
 (0)