From ec2d793125c908e767f3cc6eb2c2453e9cdb5f11 Mon Sep 17 00:00:00 2001 From: Peter Rushforth Date: Wed, 8 Sep 2021 11:41:30 -0400 Subject: [PATCH] Fix WebIDL errors flagged by ReSpec, per #212 --- spec/index.html | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/spec/index.html b/spec/index.html index d712d63..dcf8995 100644 --- a/spec/index.html +++ b/spec/index.html @@ -359,6 +359,9 @@

Changes

  • : Add featurecaption element.
  • : Add required text for text/mapml MIME media type registration with IANA.
  • : Remove the line and marker values of the shape attribute.
  • +
  • : Remove HTMLExtentControlsCollection attribute, per #212
  • +
  • : Remove undefined and unresolved LinkStyle interface reference, per #212
  • +
  • : Remove legendLinks attribute and interface definition and reference, per #212
  • @@ -763,23 +766,9 @@

    The <layer> element

    checked; readonly attribute boolean disabled; attribute boolean hidden; - readonly attribute LegendLink[] legendLinks; attribute DOMString referrerPolicy; attribute DOMString? crossOrigin; }; - - [Exposed=Window] - interface LegendLink { - [HTMLConstructor] constructor(); - - readonly attribute DOMString type; - readonly attribute DOMString rel; - readonly attribute DOMString href; - readonly attribute DOMString title; - readonly attribute DOMString lang; - readonly attribute DOMString hreflang; - readonly attribute DOMString sizes; - }; @@ -1819,7 +1808,6 @@
    The <link> element
    attribute DOMString type; attribute DOMString title; }; - HTMLLinkElement implements LinkStyle; @@ -2049,7 +2037,6 @@
    The <extent> element