Skip to content

Commit

Permalink
Remove "compatibility caseless" (mdn#5095)
Browse files Browse the repository at this point in the history
  • Loading branch information
alattalatta authored May 18, 2021
1 parent b79d36e commit e4e2395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/map/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2 id="Attributes">Attributes</h2>

<dl>
<dt>{{htmlattrdef("name")}}</dt>
<dd>The <code>name</code> attribute gives the map a name so that it can be referenced. The attribute must be present and must have a non-empty value with no space characters. The value of the <code>name</code> attribute must not be a compatibility-caseless match for the value of the <code>name</code> attribute of another <code>&lt;map&gt;</code> element in the same document. If the {{htmlattrxref("id")}} attribute is also specified, both attributes must have the same value.</dd>
<dd>The <code>name</code> attribute gives the map a name so that it can be referenced. The attribute must be present and must have a non-empty value with no space characters. The value of the <code>name</code> attribute must not be equal to the value of the <code>name</code> attribute of another <code>&lt;map&gt;</code> element in the same document. If the {{htmlattrxref("id")}} attribute is also specified, both attributes must have the same value.</dd>
</dl>

<h2 id="Examples">Examples</h2>
Expand Down

0 comments on commit e4e2395

Please sign in to comment.