Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 7f21e94

Browse files
committed
Editing pass
1 parent f491e7d commit 7f21e94

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

html/Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If the content being marked up is tabular data (key-value or multidimensional da
5757

5858
```html
5959
<table>
60-
<caption>Income and Taxes for 2014</caption>
60+
<caption>Income and Taxes for 2014</caption>
6161
<thead>
6262
<tr>
6363
<th scope="col">Income</th>
@@ -167,7 +167,7 @@ Even though HTML5 can automatically close tags, we prefer to close them ourselve
167167
</ul>
168168
```
169169

170-
Do we have a preference for empty tags, e.g. `<meta charset="utf-8">` vs. `<meta charset="utf-8" />`?
170+
Self-contained elements (e.g. `<meta charset="utf-8">`) should not have a trailing slash at the end.
171171

172172
### Attribute Values
173173

@@ -185,7 +185,7 @@ When writing attribute values, always quote their value, even when writing HTML5
185185

186186
### Attribute Order
187187

188-
_Do we want to do something like this? See https://github.com/necolas/idiomatic-html_
188+
> _Do we want to do something like this? See https://github.com/necolas/idiomatic-html_
189189
190190
> HTML attributes should be listed in an order that puts the most commonly-used attributes first:
191191
>

0 commit comments

Comments
 (0)