Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
fix the broken links mentioned in #1038 (#1045)
Browse files Browse the repository at this point in the history
Update spec-data to sync with Bikeshed ba47350

Revert "Update spec-data to sync with Bikeshed ba47350" as it's incompatible with our snapshot of Bikeshed

This reverts commit 5db5adb.
  • Loading branch information
siusin committed Oct 18, 2017
1 parent 11e5ac0 commit ee6f2fc
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 40 deletions.
4 changes: 2 additions & 2 deletions sections/infrastructure.include
Expand Up @@ -1183,7 +1183,7 @@ INFRASTRUCTURE
specification. [[!CSS-STYLE-ATTR]]

The term <a>used value</a> is defined in the <cite>CSS Cascading and Inheritance</cite>
specification. [[!CSS-CASCADE-3]]
specification. [[!CSS-CASCADE-4]]

The <code>CanvasRenderingContext2D</code> object's use of fonts depends on the features
described in the CSS <cite>Fonts</cite> and <cite>Font Loading</cite> specifications,
Expand Down Expand Up @@ -1409,7 +1409,7 @@ INFRASTRUCTURE
: Payment Request API
:: The following term is defined in the <cite>Payment Request API</cite> specification: [[!PAYMENT-REQUEST]]

* <dfn export><code>PaymentRequest</code></dfn> interface
* <a>PaymentRequest</a> interface

: MathML
:: While support for MathML as a whole is not required by this specification (though it is
Expand Down
81 changes: 43 additions & 38 deletions single-page.bs
Expand Up @@ -96,12 +96,12 @@ urlPrefix: https://www.w3.org/TR/hr-time/#dom-; type: interface; spec: hr-time-2
url: https://www.w3.org/TR/hr-time/#the-performance-interface; type: interface; spec: hr-time-2;
text: Performance
urlPrefix: https://www.w3.org/TR/hr-time/#dom-performance-; type: method; spec: hr-time-2; for: Performance;
text: now()
url: now(); text: now()
urlPrefix: https://www.w3.org/TR/page-visibility/#dom-document-; type: attribute; spec: page-visibility; for: Document;
text: hidden
urlPrefix: https://www.w3.org/TR/mediacapture-streams/#idl-def-; type: interface; spec: mediacapture-streams;
text: MediaStream; url: MediaStream
url: https://w3c.github.io/media-source/#idl-def-MediaSource; type: interface; spec: mediasource;
text: MediaStream; url: mediastream
url: https://w3c.github.io/media-source/#idl-def-mediasource; type: interface; spec: mediasource;
text: MediaSource
url: https://www.w3.org/TR/progress-events/#interface-progressevent; type: interface; spec: progress-events;
text: ProgressEvent
Expand Down Expand Up @@ -157,7 +157,7 @@ url: http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions
text: microformats wiki existing-rel-values page
url: https://wiki.mozilla.org/CA:Certificate_Download_Specification#content; type: dfn;
text: this mdn article
url: https://www.iso.org/obp/ui/#iso:std:iso:3166:-1:ed-3:v1:en,fr; type: dfn;
url: https://www.iso.org/iso-3166-country-codes.html,fr; type: dfn;
text: iso 3166-1-alpha-2 country code
urlPrefix: https://www.w3.org/TR/2dcontext/#; type: interface;
text: CanvasRenderingContext2D
Expand Down Expand Up @@ -359,6 +359,8 @@ urlPrefix: https://www.w3.org/TR/css-cascade-4/#; type: dfn; spec: CSS-CASCADE-4

urlPrefix: https://www.w3.org/TR/cssom-view-1/#; spec: CSSOM-VIEW;
text: screen; type: interface
type: dictionary;
url: dictdef-mouseeventinit; text: MouseEventInit
type: event
urlPrefix: eventdef-document-
text: scroll
Expand Down Expand Up @@ -637,7 +639,7 @@ urlPrefix: https://fetch.spec.whatwg.org/#; type: dfn; spec: FETCH;
urlPrefix: https://www.w3.org/TR/FileAPI/#; spec: FileAPI
urlPrefix: dfn-;
type: interface;
text: Blob
url: Blob; text: Blob
text: File
text: FileList
for: Blob;
Expand Down Expand Up @@ -679,6 +681,11 @@ urlPrefix: https://tools.ietf.org/html/
urlPrefix: https://www.w3.org/TR/html-longdesc/; type: element-attr; for: img;
text: longdesc

<!-- ************************** PaymentRequest API ************************************* -->

urlPrefix: https://www.w3.org/TR/payment-request/#; type: dfn; spec: PaymentRequest
url: dom-paymentrequest; text: PaymentRequest

<!-- ********************************** RESOURCE-HINTS ***************************************** -->

urlPrefix: https://www.w3.org/TR/resource-hints/#; type: dfn; spec: RESOURCE-HINTS
Expand All @@ -698,41 +705,39 @@ urlPrefix: https://www.w3.org/TR/SVG2/single-page.html#; type: element; spec: sv
<!-- ********************************** UI EVENTS ********************************************** -->

urlPrefix: https://www.w3.org/TR/uievents/#; spec: UIEVENTS
urlPrefix: event-type-; type: event;
text: click
text: dblclick
text: mousedown
text: mouseenter
text: mouseleave
text: mousemove
text: mouseout
text: mouseover
text: mouseup
text: wheel
text: keydown
text: keyup
text: keypress
urlPrefix: idl-def-; type: dictionary;
url: MouseEventInit; text: MouseEventInit
urlPrefix: interface-; type: interface;
url: MouseEvent; text: MouseEvent
url: FocusEvent; text: FocusEvent
url: UIEvent; text: UIEvent
urlPrefix: widl-
urlPrefix: FocusEvent-; type: attribute; for: FocusEvent;
url: relatedTarget; text: relatedTarget
urlPrefix: MouseEvent-; for: MouseEvent;
url: relatedTarget; text: relatedTarget; type: attribute;
type: interface;
url: mouseevent; text: MouseEvent
url: focusevent; text: FocusEvent
url: uievent-uievent; text: UIEvent
type: event;
url: click; text: click
url: dblclick; text: dblclick
url: mousedown; text: mousedown
url: mouseenter; text: mouseenter
url: mouseleave; text: mouseleave
url: mousemove; text: mousemove
url: mouseout; text: mouseout
url: mouseover; text: mouseover
url: mouseup; text: mouseup
url: wheel; text: wheel
url: keydown; text: keydown
url: keyup; text: keyup
url: keypress; text: keypress
urlPrefix: dom-
urlPrefix: focusevent-; type: attribute; for: FocusEvent;
url: relatedtarget; text: relatedTarget
urlPrefix: mouseevent-; for: MouseEvent;
text: button; type: attribute;
url: altKey; text: altKey; type: attribute;
url: ctrlKey; text: ctrlKey; type: attribute;
url: shiftKey; text: shiftKey; type: attribute;
url: metaKey; text: metaKey; type: attribute;
url: getModifierState; type: method;
urlPrefix: keyboardevent-; for: MouseEvent;
url: altkey; text: altKey; type: attribute;
url: ctrlkey; text: ctrlKey; type: attribute;
url: shiftkey; text: shiftKey; type: attribute;
url: metakey; text: metaKey; type: attribute;
url: getmodifierstate; type: method;
text: getModifierState()
urlPrefix: UIEvent-; type: attribute; for: UIEvent;
text: detail
text: view
urlPrefix: uievent-; type: attribute; for: UIEvent;
url: detail; text: detail
url: view; text: view

<!-- ************************************* URL ************************************************* -->

Expand Down

0 comments on commit ee6f2fc

Please sign in to comment.