Skip to content

Commit

Permalink
More HTTPS, restore header.
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Apr 16, 2015
1 parent b105abe commit 1de425f
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 219 deletions.
20 changes: 11 additions & 9 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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>

Expand Down Expand Up @@ -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'>
Expand Down Expand Up @@ -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}}.
Expand Down
Loading

0 comments on commit 1de425f

Please sign in to comment.