Skip to content

Commit ee1200c

Browse files
committed
Minor version bump
1 parent 1d40fac commit ee1200c

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

docs/index.html

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,9 @@ <h2 id="title__forms">Forms</h2>
582582

583583
<form>
584584
<fieldset id="subsection__text-input" role="region" aria-labelledby="subtitle__text-input"><!-- Start of #subsection__text-input -->
585-
<legend id="subtitle__text-input" role="heading" aria-level="3">Text Input</legend>
585+
<legend>
586+
<h3 id="subtitle__text-input">Text Input</h3>
587+
</legend>
586588

587589
<label for="input__text">
588590
Text
@@ -729,16 +731,19 @@ <h2 id="title__forms">Forms</h2>
729731

730732
<label for="input__textarea">
731733
Textarea
732-
<textarea
734+
<textarea
733735
id="input__textarea"
734-
name="textarea">
736+
name="textarea"
737+
dir="auto">
735738
</textarea>
736739
</label>
737740

738741
</fieldset><!-- End of #subsection__text-input -->
739742

740743
<fieldset id="subsection__non-text-input" role="region" aria-labelledby="subtitle__non-text-input"><!-- Start of #subsection__non-text-input -->
741-
<legend id="subtitle__non-text-input" role="heading" aria-level="3">Non-text Input</legend>
744+
<legend>
745+
<h3 id="subtitle__non-text-input">Non-text Input</h3>
746+
</legend>
742747

743748
<label for="input__color">
744749
Color
@@ -767,7 +772,9 @@ <h2 id="title__forms">Forms</h2>
767772
</fieldset><!-- End of #subsection__non-text-input -->
768773

769774
<fieldset id="subsection__select" role="region" aria-labelledby="subtitle__select"><!-- Start of #subsection__select -->
770-
<legend id="subtitle__select" role="heading" aria-level="3">Select</legend>
775+
<legend>
776+
<h3 id="subtitle__select">Select</h3>
777+
</legend>
771778

772779
<label for="input__select">
773780
Select
@@ -819,7 +826,9 @@ <h2 id="title__forms">Forms</h2>
819826
</fieldset><!-- End of #subsection__select -->
820827

821828
<fieldset id="subsection__checkboxes-and-radios" role="region" aria-labelledby="subtitle__checkboxes-and-radio-buttons"><!-- Start of #subsection__checkboxes-and-radios -->
822-
<legend id="subtitle__checkboxes-and-radio-buttons" role="heading" aria-level="3">Checkboxes and Radio Buttons</legend>
829+
<legend>
830+
<h3 id="subtitle__checkboxes-and-radio-buttons">Checkboxes and Radio Buttons</h3>
831+
</legend>
823832

824833
<label for="input__checkbox">
825834
<input
@@ -941,7 +950,9 @@ <h2 id="title__forms">Forms</h2>
941950
</fieldset><!-- End of #subsection__checkboxes-and-radios -->
942951

943952
<fieldset id="subsection__buttons" role="region" aria-labelledby="subtitle__buttons"><!-- Start of #subsection__buttons -->
944-
<legend id="subtitle__buttons" role="heading" aria-level="3">Buttons</legend>
953+
<legend>
954+
<h3 id="subtitle__buttons">Buttons</h3>
955+
</legend>
945956

946957
<button>
947958
Button
@@ -997,7 +1008,9 @@ <h4>Notes:</h4>
9971008
</fieldset><!-- End of #subsection__buttons -->
9981009

9991010
<fieldset id="subsection__output" role="region" aria-labelledby="subtitle__output"><!-- Start of #subsection__output -->
1000-
<legend id="subtitle__output" role="heading" aria-level="3">Output</legend>
1011+
<legend>
1012+
<h3 id="subtitle__output">Output</h3>
1013+
</legend>
10011014

10021015
<output
10031016
for="output"
@@ -1020,7 +1033,9 @@ <h4>Notes:</h4>
10201033
</fieldset><!-- End of #subsection__output -->
10211034

10221035
<fieldset id="subsection__lockup" role="region" aria-labelledby="subtitle__lockup"><!-- Start of #subsection__lockup -->
1023-
<legend id="subtitle__lockup" role="heading" aria-level="3">Lockup</legend>
1036+
<legend>
1037+
<h3 id="subtitle__lockup">Lockup</h3>
1038+
</legend>
10241039

10251040
<label for="input__lockup">
10261041
Your Name
@@ -1043,7 +1058,9 @@ <h4>Notes:</h4>
10431058
</fieldset><!-- End of #subsection__lockup -->
10441059

10451060
<fieldset id="subsection__states-and-validation" role="region" aria-labelledby="subtitle__states-and-validation"><!-- Start of #subsection__states-and-validation -->
1046-
<legend id="subtitle__states-and-validation" role="heading" aria-level="3">States and Validation</legend>
1061+
<legend>
1062+
<h3 id="subtitle__states-and-validation">States and Validation</h3>
1063+
</legend>
10471064
<div id="subsection__input" role="region" aria-labelledby="subtitle__input"><!-- Start of #subsection__input -->
10481065
<h4 id="subtitle__input">Input</h4>
10491066
<label for="input__required">
@@ -1168,7 +1185,9 @@ <h5>Notes:</h5>
11681185
</fieldset><!-- End of #subsection__states-and-validation -->
11691186

11701187
<fieldset role="region" aria-labelledby="subtitle__autocomplete" id="subsection__autocomplete"><!-- Start of #subsection__autocomplete -->
1171-
<legend id="subtitle__autocomplete" role="heading" aria-level="3">Autocomplete</legend>
1188+
<legend>
1189+
<h3 id="subtitle__autocomplete">Autocomplete</h3>
1190+
</legend>
11721191

11731192
<label for="input__autocomplete-on">
11741193
On (Browser automatically completes)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "accessible-html-content-patterns",
33
"description": "A collection of the full HTML5 Doctor Element Index as well as common markup patterns for quick reference.",
44
"homepage": "https://github.com/ericwbailey/accessible-html-content-patterns",
5-
"version": "0.2.7",
5+
"version": "0.2.8",
66
"license": "MIT",
77
"author": "Eric Bailey <[email protected]> (http://ericwbailey.design/)",
88
"contributors": "Scott Doxey <[email protected]> (https://www.scottdoxey.com/)",

0 commit comments

Comments
 (0)