diff --git a/third_party/blink/renderer/SpecMapping.md b/third_party/blink/renderer/SpecMapping.md index 8fa06e5c63c7e6..0786630ce4cc1c 100644 --- a/third_party/blink/renderer/SpecMapping.md +++ b/third_party/blink/renderer/SpecMapping.md @@ -18,15 +18,15 @@ implementation is [LocalFrame]. [Frame]: https://cs.chromium.org/src/third_party/blink/renderer/core/frame/frame.h [LocalFrame]: https://cs.chromium.org/src/third_party/blink/renderer/core/frame/local_frame.h -### [origins](https://html.spec.whatwg.org/multipage/browsers.html#concept-origin) +### [origins](https://html.spec.whatwg.org/C/#concept-origin) An origin corresponds to the [SecurityOrigin]. You can test for [same-origin] using `SecurityOrigin::canAccess` and for [same-origin domain] using `SecurityOrigin::isSameSchemeHostPort`. [SecurityOrigin]: https://cs.chromium.org/src/third_party/blink/renderer/platform/weborigin/security_origin.h -[same-origin]: https://html.spec.whatwg.org/multipage/browsers.html#same-origin -[same-origin domain]: https://html.spec.whatwg.org/multipage/browsers.html#same-origin-domain +[same-origin]: https://html.spec.whatwg.org/C/#same-origin +[same-origin domain]: https://html.spec.whatwg.org/C/#same-origin-domain ### [Window object](https://html.spec.whatwg.org/C/#window) @@ -42,11 +42,11 @@ implementation is [LocalDOMWindow]. The WindowProxy is part of the bindings implemented by the [WindowProxy class](https://cs.chromium.org/Source/bindings/core/v8/WindowProxy.h). -### [canvas](https://html.spec.whatwg.org/multipage/scripting.html#the-canvas-element) +### [canvas](https://html.spec.whatwg.org/C/#the-canvas-element) An HTML element into which drawing can be performed imperatively via JavaScript. Multiple -[context types](https://html.spec.whatwg.org/multipage/scripting.html#dom-canvas-getcontext) +[context types](https://html.spec.whatwg.org/C/#dom-canvas-getcontext) are supported for different use cases. The main element's sources are in [HTMLCanvasElement]. Contexts are implemented @@ -58,7 +58,7 @@ via modules. The top-level module is [HTMLCanvasElementModule]. The [2D canvas context] is implemented in [modules/canvas2d]. -[2D canvas context]: https://html.spec.whatwg.org/multipage/scripting.html#canvasrenderingcontext2d +[2D canvas context]: https://html.spec.whatwg.org/C/#canvasrenderingcontext2d [modules/canvas2d]: https://cs.chromium.org/chromium/src/third_party/blink/renderer/modules/canvas2d/ diff --git a/third_party/blink/renderer/bindings/IDLExtendedAttributes.md b/third_party/blink/renderer/bindings/IDLExtendedAttributes.md index bafe30033e9729..59072083782949 100644 --- a/third_party/blink/renderer/bindings/IDLExtendedAttributes.md +++ b/third_party/blink/renderer/bindings/IDLExtendedAttributes.md @@ -142,10 +142,10 @@ Undocumented: `[TreatNonObjectAsNull]` ### [CEReactions] _(m, a)_ -Standard: [CEReactions](https://html.spec.whatwg.org/multipage/scripting.html#cereactions) +Standard: [CEReactions](https://html.spec.whatwg.org/C/#cereactions) Summary: `[CEReactions]` indicates that -[custom element reactions](https://html.spec.whatwg.org/multipage/scripting.html#concept-custom-element-reaction) +[custom element reactions](https://html.spec.whatwg.org/C/#concept-custom-element-reaction) are triggered for this method or attribute. Usage: `[CEReactions]` takes no arguments. @@ -304,7 +304,7 @@ The identifier argument or identifier list argument the `[Global]` extended attr ### [HTMLConstructor] -Standard: [HTMLConstructor](https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors) +Standard: [HTMLConstructor](https://html.spec.whatwg.org/C/#html-element-constructors) Summary: HTML Elements have special constructor behavior. Interface object of given interface with the `[HTMLConstructor]` attribute will have specific behavior when called. @@ -484,7 +484,7 @@ interface Window { ### [Serializable] _(i)_ -Standard: [Serializable](https://html.spec.whatwg.org/multipage/structured-data.html#serializable) +Standard: [Serializable](https://html.spec.whatwg.org/C/#serializable) Summary: Serializable objects support being serialized, and later deserialized, for persistence in storage APIs or for passing with `postMessage()`. @@ -498,7 +498,7 @@ This attribute has no effect on code generation and should simply be used in Bli ### [Transferable] _(i)_ -Standard: [Transferable](https://html.spec.whatwg.org/multipage/structured-data.html#transferable) +Standard: [Transferable](https://html.spec.whatwg.org/C/#transferable) Summary: Transferable objects support being transferred across Realms with `postMessage()`. @@ -1656,4 +1656,4 @@ Redistribution and use in source and binary forms, with or without modification, THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *** -[CrossOriginProperties]: https://html.spec.whatwg.org/multipage/browsers.html#crossoriginproperties-(-o-) +[CrossOriginProperties]: https://html.spec.whatwg.org/C/#crossoriginproperties-(-o-) diff --git a/third_party/blink/renderer/bindings/core/v8/V8BindingDesign.md b/third_party/blink/renderer/bindings/core/v8/V8BindingDesign.md index 451055b6e5fe64..6c483b89cd1f5e 100644 --- a/third_party/blink/renderer/bindings/core/v8/V8BindingDesign.md +++ b/third_party/blink/renderer/bindings/core/v8/V8BindingDesign.md @@ -117,9 +117,9 @@ the entered context is the context of the main frame (not the context of `