Skip to content

Commit f2feb81

Browse files
committed
Make the map.areas description list non-normative (same as HTML spec)
1 parent 66b8940 commit f2feb81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,8 @@ <h4>The <code>&lt;<dfn id="the-map-element">map</dfn>&gt;</code> element</h4>
618618
<p id="implementation">The <a href="#the-map-element"><code>map</code></a> element, in conjunction with child <a href="#the-layer-element"><code>layer</code></a> and optionally
619619
<a href="#the-area-element"><code>area</code></a> elements, defines a map media element.</p>
620620

621-
<dl class="def"><dt><var>map</var> . <a href="#dom-areas"><code>areas</code></a></dt>
621+
<dl class="note" title="For web developers (non-normative)">
622+
<dt><var>map</var>.<a href="#dom-areas"><code>areas</code></a></dt>
622623
<dd>
623624
<p>Returns an <a href="https://dom.spec.whatwg.org/#htmlcollection"><code>HTMLCollection</code></a> of the
624625
<a href="#the-area-element"><code>area</code></a> elements in the

0 commit comments

Comments
 (0)