Skip to content

Commit 66b8940

Browse files
committed
Remove map.layers api
1 parent dd002cf commit 66b8940

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

spec/index.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,6 @@ <h4>The <code>&lt;<dfn id="the-map-element">map</dfn>&gt;</code> element</h4>
598598
interface HTMLMapElement : HTMLElement {
599599
[HTMLConstructor] constructor();
600600

601-
[SameObject] readonly attribute HTMLCollection layers;
602601
[SameObject] readonly attribute HTMLCollection areas;
603602
[CEReactions] attribute unsigned short zoom;
604603
[CEReactions] attribute double lat;
@@ -625,18 +624,10 @@ <h4>The <code>&lt;<dfn id="the-map-element">map</dfn>&gt;</code> element</h4>
625624
<a href="#the-area-element"><code>area</code></a> elements in the
626625
<a href="#the-map-element"><code>map</code></a>.</p>
627626
</dd>
628-
<dt><var>map</var> . <a href="#dom-layers"><code>layers</code></a></dt>
629-
<dd>
630-
<p>Returns an <a href="https://dom.spec.whatwg.org/#htmlcollection"><code>HTMLCollection</code></a> of the
631-
<a href="#the-layer-element"><code>layer</code></a> element children of the <a href="#the-map-element"><code>map</code></a>.</p>
632-
</dd>
633627
</dl>
634628

635629
<p>The <code id="dom-areas">areas</code> attribute must return an <a href="https://dom.spec.whatwg.org/#htmlcollection"><code>HTMLCollection</code></a>
636630
rooted at the <a href="#the-map-element"><code>map</code></a> element, whose filter matches only <a href="#the-area-element"><code>area</code></a> child elements.</p>
637-
638-
<p>The <code id="dom-layers">layers</code> attribute must return an <a href="https://dom.spec.whatwg.org/#htmlcollection"><code>HTMLCollection</code></a>
639-
rooted at the <a href="#the-map-element"><code>map</code></a> node, whose filter matches only <a href="#the-layer-element"><code>layer</code></a> child elements of this <a href="#the-map-element"><code>map</code></a> element.</p>
640631

641632
<p>The <dfn id="attr-map-zoom"><code>zoom</code></dfn> attribute indirectly identifies an initial scale of the map.</p>
642633
<p>The <a href="#dom-htmlmapelement-zoom"><code>zoom</code></a> IDL attribute must <a href="https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#reflect">reflect</a> the content attribute of the same name.</p>

0 commit comments

Comments
 (0)