-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
208 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,11 @@ Status: LS | |
Group: WHATWG | ||
URL: https://dom.spec.whatwg.org | ||
No Editor: true | ||
Version History: https://github.com/whatwg/dom/commits | ||
Version History: https://twitter.com/thedomstandard | ||
Logo: //resources.whatwg.org/logo-dom.svg | ||
!Participate: <a href=https://github.com/whatwg/dom>GitHub whatwg/dom</a> (<a href=https://github.com/whatwg/dom/issues/new>new issue</a>, <a href=https://github.com/whatwg/dom/issues>open issues</a>) | ||
!Participate: <a href=https://wiki.whatwg.org/wiki/IRC>IRC: #whatwg on Freenode</a> | ||
!Commits: https://github.com/whatwg/dom/commits | ||
!Commits: https://twitter.com/thedomstandard | ||
Logo: https://resources.whatwg.org/logo-dom.svg | ||
Abstract: DOM defines a platform-neutral model for events and node trees. | ||
Ignored Terms: EmptyString, Array, Elements, Document | ||
Boilerplate: omit conformance | ||
|
@@ -20,7 +22,7 @@ Bikeshed problems: | |
"Document" isn't properly defining itself, and the force switch isn't working. | ||
--> | ||
|
||
<script src=//resources.whatwg.org/file-bug.js async></script> | ||
<script src=https://resources.whatwg.org/file-issue.js async></script> | ||
|
||
<pre class='anchors'> | ||
urlPrefix: https://encoding.spec.whatwg.org/ | ||
|
@@ -60,7 +62,7 @@ urlPrefix: http://www.w3.org/TR/xml/#NT- | |
urlPrefix: http://www.w3.org/TR/xml-names/#NT- | ||
type: type | ||
text: QName | ||
urlPrefix: http://heycam.github.io/webidl/ | ||
urlPrefix: https://heycam.github.io/webidl/ | ||
type: dfn; urlPrefix: #dfn- | ||
text: throw | ||
text: dictionary member | ||
|
@@ -112,7 +114,7 @@ type: interface | |
text: UIEvent | ||
url: http://www.w3.org/TR/touch-events/#touchevent-interface | ||
text: TouchEvent | ||
url: http://w3c.github.io/webcomponents/spec/shadow/#the-shadowroot-interface | ||
url: https://w3c.github.io/webcomponents/spec/shadow/#the-shadowroot-interface | ||
text: ShadowRoot | ||
</pre> | ||
|
||
|
@@ -238,7 +240,7 @@ the requirements of such an extension specification, it becomes an | |
<dfn lt="other applicable specifications">applicable | ||
specification</dfn> for the purposes of conformance requirements in | ||
this specification. | ||
<!-- http://www.w3.org/mid/[email protected] --> | ||
<!-- https://www.w3.org/mid/[email protected] --> | ||
|
||
|
||
<h2 id='terminology'> | ||
|
@@ -4785,8 +4787,8 @@ method must run these steps: | |
<tr><td>"<code>uievents</code>" | ||
</table> | ||
<!-- XXX WebKit's architecture is broken here and both browsers support more than DOM. | ||
http://trac.webkit.org/browser/trunk/Source/WebCore/dom/EventNames.in | ||
http://mxr.mozilla.org/mozilla-central/source/content/events/src/nsEventDispatcher.cpp#819 --> | ||
https://trac.webkit.org/browser/trunk/Source/WebCore/dom/EventNames.in | ||
https://mxr.mozilla.org/mozilla-central/source/content/events/src/nsEventDispatcher.cpp#819 --> | ||
|
||
<li>If <var>constructor</var> is null, <a>throw</a> a | ||
{{NotSupportedError}}. | ||
|
Oops, something went wrong.