Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/patterns/disclosure/examples/disclosure-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ <h2>JavaScript and CSS Source Code</h2>
<a href="css/disclosure-card.css">disclosure-card.css</a>
</li>
<li>
Javascript:
JavaScript:
<a href="js/disclosure-card.js">disclosure-card.js</a>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
>
<span aria-hidden="true">&minus;</span>
</button>
<input

Check warning on line 67 in content/patterns/spinbutton/examples/quantity-spinbutton.html

View workflow job for this annotation

GitHub Actions / lint-html

The “inputmode” attribute is not supported in all browsers. Please be sure to test, and consider using a polyfill.
id="adults"
aria-errormessage="error-adults"
role="spinbutton"
Expand Down Expand Up @@ -109,7 +109,7 @@
>
<span aria-hidden="true">&minus;</span>
</button>
<input

Check warning on line 112 in content/patterns/spinbutton/examples/quantity-spinbutton.html

View workflow job for this annotation

GitHub Actions / lint-html

The “inputmode” attribute is not supported in all browsers. Please be sure to test, and consider using a polyfill.
id="kids"
aria-errormessage="error-kids"
role="spinbutton"
Expand Down Expand Up @@ -154,7 +154,7 @@
>
<span aria-hidden="true">&minus;</span>
</button>
<input

Check warning on line 157 in content/patterns/spinbutton/examples/quantity-spinbutton.html

View workflow job for this annotation

GitHub Actions / lint-html

The “inputmode” attribute is not supported in all browsers. Please be sure to test, and consider using a polyfill.
id="animals"
aria-errormessage="error-animals"
role="spinbutton"
Expand Down Expand Up @@ -434,7 +434,7 @@
<a href="css/quantity-spinbutton.css" type="text/css">quantity-spinbutton.css</a>
</li>
<li>
Javascript:
JavaScript:
<ul>
<li><a href="js/quantity-spinbutton.js" type="text/javascript">quantity-spinbutton.js</a></li>
</ul>
Expand Down
2 changes: 2 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@
"IUCN",
"Jaeun",
"jarosewli",
"!Javascript",
"JavaScript",
"Jemma",
"Jèrôme",
"Jinyuan",
Expand Down
Loading