Skip to content

Commit

Permalink
Added an empty line as suggested by mdn-linter
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
yahyavaleo and github-actions[bot] authored Jun 22, 2024
1 parent 762a0bf commit 27a0d03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Inside the `<map>` element, we need {{htmlelement('area')}} elements. An `<area>
`<area>` elements are {{glossary("void element", "void elements")}}, but do require four attributes:

- [`shape`](/en-US/docs/Web/HTML/Element/area#shape)

- : `shape` takes one of four values: `circle`, `rect`, `poly`, and `default`. An `<area>` whose `shape` is `default` occupies the entire image, minus any other hotspots you've defined. If there is any overlap between the defined areas, the source order determines which area takes preference. The shape you choose determines the coordinate information you'll need to provide in `coords`.

[`coords`](/en-US/docs/Web/HTML/Element/area#coords)
Expand Down

0 comments on commit 27a0d03

Please sign in to comment.