Skip to content

Commit

Permalink
Editorial: make shape attributes table consistent
Browse files Browse the repository at this point in the history
Helps with #9832.
  • Loading branch information
keithamus committed Oct 12, 2023
1 parent 3ca0811 commit e85037c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -41489,17 +41489,14 @@ interface <dfn interface>HTMLAreaElement</dfn> : <span>HTMLElement</span> {
data-x="attr-area-coords">coords</code> attributes specify the area.</p>

<p>The <dfn element-attr for="area"><code data-x="attr-area-shape">shape</code></dfn> attribute is
an <span>enumerated attribute</span>. The following table lists the keywords defined for this
attribute. The states given in the first cell of the rows with keywords give the states to which
those keywords map. <span w-nodev>Some of the keywords are non-conforming, as noted in the last
column.</span></p>
an <span>enumerated attribute</span> with the following keywords and states:</p>

<table>
<thead>
<tr>
<th>State
<th>Keywords
<th w-nodev>Notes
<th w-nodev>Brief description
<tbody>
<tr>
<td w-nodev rowspan=2><span data-x="attr-area-shape-circle">Circle state</span>
Expand Down Expand Up @@ -41531,8 +41528,8 @@ interface <dfn interface>HTMLAreaElement</dfn> : <span>HTMLElement</span> {
<td w-nodev>Non-conforming
</table>

<p>The attribute may be omitted. The <i data-x="missing value default">missing value default</i>
and <i data-x="invalid value default">invalid value default</i> are the <span
<p>The attribute's <i data-x="missing value default">missing value default</i> and <i
data-x="invalid value default">invalid value default</i> are both the <span
data-x="attr-area-shape-rect">rectangle</span> state.</p>

<p>The <dfn element-attr for="area"><code data-x="attr-area-coords">coords</code></dfn> attribute
Expand Down

0 comments on commit e85037c

Please sign in to comment.