Skip to content

Commit 741e80c

Browse files
committed
[cssom-view] Fixups.
1 parent 7a898e5 commit 741e80c

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

cssom-view/Overview.bs

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,13 @@ urlPrefix: https://dom.spec.whatwg.org/#concept-
5757
text: fire an event; url: event-fire
5858
text: node document
5959
urlPrefix: https://dom.spec.whatwg.org/
60-
type: attribute; for: Event; urlPrefix: #dom-Event-
61-
text: type
62-
text: isTrusted
60+
type: attribute;
61+
for: Event; urlPrefix: #dom-Event-
62+
text: type
63+
text: isTrusted
64+
for: Range; urlPrefix: #dom-Range-
65+
text: startContainer
66+
text: startOffset
6367
type: dfn; text: dispatch flag
6468
urlPrefix: http://www.w3.org/TR/CSS21/visuren.html
6569
type: dfn; text: anonymous block box; url: #anonymous-block-level
@@ -768,8 +772,8 @@ as <a>event handler IDL attributes</a>, by all objects implementing the {{MediaQ
768772
<th><a>Event handler event type</a>
769773
<tbody>
770774
<tr>
771-
<td><dfn event for=MediaQueryList>onchange</dfn>
772-
<td><code>change</code>
775+
<td><dfn attribute for=MediaQueryList>onchange</dfn>
776+
<td><dfn event for=MediaQueryList>change</dfn>
773777
</table>
774778

775779
<pre class=idl>

0 commit comments

Comments
 (0)