Skip to content

Commit

Permalink
Editorial: cleanup cross-references
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Mar 30, 2017
1 parent 3078a9d commit 6ba16e7
Showing 1 changed file with 9 additions and 23 deletions.
32 changes: 9 additions & 23 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,16 @@ urlPrefix: https://www.w3.org/TR/xml/#NT-
urlPrefix: https://www.w3.org/TR/xml-names/#NT-
type: type
text: QName; url: QName
urlPrefix: https://heycam.github.io/webidl/; spec: WEBIDL
type: dfn; urlPrefix: #dfn-
text: code unit
urlPrefix: https://html.spec.whatwg.org/multipage/; spec: HTML
type: dfn
urlPrefix: webappapis.html
text: report the exception
text: queue a microtask
text: compound microtask
text: execute a compound microtask subtask
urlPrefix: browsers.html
text: concept-document-window
text: unit of related similar-origin browsing contexts
urlPrefix: infrastructure.html
text: document base URL
url: https://w3c.github.io/DOM-Parsing/#widl-Range-createContextualFragment-DocumentFragment-DOMString-fragment
type: method; text: createContextualFragment(); for: Range;
url: https://w3c.github.io/DOM-Parsing/#dfn-createcontextualfragment-fragment
type: method; text: createContextualFragment(); for: Range
type: interface
urlPrefix: https://w3c.github.io/uievents/#interface-
text: KeyboardEvent
text: MouseEvent
text: UIEvent
url: https://www.w3.org/TR/touch-events/#touchevent-interface
url: https://w3c.github.io/touch-events/#idl-def-touchevent
text: TouchEvent
url: https://w3c.github.io/deviceorientation/spec-source-orientation.html#devicemotion
text: DeviceMotionEvent
text: DeviceOrientationEvent
url: https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15
text: WebGLContextEvent
urlPrefix: https://w3c.github.io/ServiceWorker/#; spec: SERVICE-WORKERS
type: dfn; urlPrefix: dfn-
text: service worker
Expand Down Expand Up @@ -4534,7 +4520,7 @@ is "<code>quirks</code>", and
<p>A <a>document</a>'s <a>get the parent</a> algorithm, given an <var>event</var>, returns
null if <var>event</var>'s {{Event/type}} attribute value is "<code>load</code>" or
<a>document</a> does not have a <a for=Document>browsing context</a>, and the <a>document</a>'s
<a lt=concept-document-window>associated</a> {{Window}} object otherwise.
<a>relevant global object</a> otherwise.

<hr>

Expand Down

0 comments on commit 6ba16e7

Please sign in to comment.