mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-08-05 05:37:25 +02:00
Fixed duplicate IDs
there was 3 instances of id="text"
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
</nav>
|
||||
|
||||
<main role="main">
|
||||
<section id="text">
|
||||
<section id="textSection">
|
||||
<header><h1>Text</h1></header>
|
||||
|
||||
<article id="text__headings">
|
||||
@@ -347,8 +347,8 @@ p q r s t u v w x y z { | } ~ </pre>
|
||||
<input id="search" type="search" placeholder="Enter Search Term">
|
||||
</p>
|
||||
<p>
|
||||
<label for="text">Number Input <abbr title="Required">*</abbr></label>
|
||||
<input id="text" type="number" placeholder="Enter a Number" pattern="[0-9]*">
|
||||
<label for="text2">Number Input <abbr title="Required">*</abbr></label>
|
||||
<input id="text2" type="number" placeholder="Enter a Number" pattern="[0-9]*">
|
||||
</p>
|
||||
<p>
|
||||
<label for="textarea">Textarea</label>
|
||||
|
Reference in New Issue
Block a user