Skip to content

Commit

Permalink
Add examples for "represents" with HTML elements
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Aug 7, 2024
1 parent c5aeb81 commit 4b4a5e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ For example, prefer the "The feature writes to…" over "The feature provides wr
##### represents

If an HTML element or other type doesn't obviously do anything, then it probably _represents_ something.
Use _represents_ as a default for describing the behavior of HTML elements when no more specific verb makes sense.

- 👍 Recommended: The `<html>` element represents the top level of an HTML document…
- 👍 Recommended: The `<br>` element breaks lines in text.
- 👎 Not recommended: The `<br>` element represents a line break in text.

##### sets

Expand Down

0 comments on commit 4b4a5e9

Please sign in to comment.