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