Skip to content

Commit 1807c3a

Browse files
authored
Fix for ToC and add attributes checked and disabled in attributes order
1 parent e7e76f5 commit 1807c3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

HTML/html.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- [Meta Descriptions](#meta-descriptions)
1111
- [Viewport](#viewport)
1212
- [Use semantic HTML 5 tags](#use-semantic-html-5-tags)
13-
- [Close your tags](#close-tags)
13+
- [Close the tags](#close-the-tags)
1414
- [Use lowercase in your tags](#use-lowercase)
1515
- [Character encoding](#character-encoding)
1616
- [Use conditional comments](#use-conditional-comments)
@@ -136,7 +136,7 @@ To improve the experience of users that are using readers and other tools to rea
136136

137137

138138

139-
### CLOSE TAGS
139+
### CLOSE THE TAGS
140140

141141
Leaving some tags open is simply a bad practice.
142142

@@ -352,6 +352,7 @@ HTML attributes should come in this particular order for easier reading the code
352352
- `id`
353353
- `placeholder`
354354
- `title``alt`, `value`
355+
- `checked`, `disabled`
355356
- `role``aria-*`
356357
- `data-*`
357358

0 commit comments

Comments
 (0)