diff --git a/source b/source index 9d0696e5ef7..85962f9cde0 100644 --- a/source +++ b/source @@ -41489,50 +41489,47 @@ interface HTMLAreaElement : HTMLElement { data-x="attr-area-coords">coords attributes specify the area.
The shape
attribute is
- an enumerated attribute. 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. Some of the keywords are non-conforming, as noted in the last
- column.
Keyword | State - | Keywords - | Notes + | Brief description |
---|---|---|---|---|
circle
| Circle state | Circle state - | circle
| |
circ
| Non-conforming | |||
Default state | default
+ | Default state | ||
poly
| Polygon state | Polygon state - | poly
| |
polygon
| Non-conforming | |||
rect
| Rectangle state | Rectangle state - | rect
| |
rectangle
| Non-conforming |
The attribute may be omitted. The missing value default - and invalid value default are the The attribute's missing value default and invalid value default are both the rectangle state.
The coords
attribute