OLD | NEW |
1 <body id="frame1body" tabindex="0"> | 1 <body id="frame1body" tabindex="0"> |
2 | 2 |
3 <!--anchor types--> | 3 <!--anchor types--> |
4 <a href="#" tabindex="-1" id="a1">anchor</a><br> | 4 <a href="#" tabindex="-1" id="a1">anchor</a><br> |
5 <img src ="abe.png" width="76" height="103" alt="honest abe" usemap ="#theMapNam
e" /> | 5 <img src ="abe.png" width="76" height="103" alt="honest abe" usemap ="#theMapNam
e" /> |
6 <map name="theMapName" id="map1"> | 6 <map name="theMapName" id="map1"> |
7 <area shape ="rect" coords ="0,0,76,50" href="#" target ="_blank" alt="rectAre
a1" tabindex="1" id="area1a"/> | 7 <area shape ="rect" coords ="0,0,76,50" href="#" target ="_blank" alt="rectAre
a1" tabindex="1" id="area1a"/> |
8 <area shape ="rect" coords ="0,50,76,103" href="#" target ="_blank" alt="rectA
rea2" tabindex="0" id="area1b"/> | 8 <area shape ="rect" coords ="0,50,76,103" href="#" target ="_blank" alt="rectA
rea2" tabindex="0" id="area1b"/> |
9 </map><br> | 9 </map><br> |
10 | 10 |
11 <!--media elements--> | 11 <!--media elements--> |
12 <div id="div1a" tabindex="-1"> | 12 <div id="div1a" tabindex="-1"> |
13 <audio controls src="../../../media/content/test.wav" id="audio1"></audio><br> | 13 <audio controls src="../../../media/content/test.wav" id="audio1"></audio><br> |
14 <video controls tabindex="2" id="video1"> | 14 <video controls tabindex="2" id="video1"> |
15 <source src="../../../media/content/test.mp4" type="video/mpeg" id="source1"
> | 15 <source src="../../../media/content/test.mp4" type="video/mpeg" id="source1"
> |
16 </video><br> | 16 </video><br> |
17 </div> | 17 </div> |
18 | 18 |
19 <!--embedded elements--> | |
20 applet:<br> | |
21 <applet width="100" height="100" code="" tabindex="-1" id="applet1"></applet><br
> | |
22 object:<br> | |
23 <object type="application/x-no-such-plugin" width="100" height="100" id="object1
"></object><br> | |
24 embed:<br> | |
25 <embed type="application/x-no-such-plugin" width="100" height="100" tabindex="3"
id="embed1"></embed><br> | |
26 | |
27 <!--presentation-related elements--> | 19 <!--presentation-related elements--> |
28 <div id="div1b" tabindex="0"> | 20 <div id="div1b" tabindex="0"> |
29 <abbr title="the tooltip" tabindex="-1" id="abbr1">abbr makes a tooltip</abbr><b
r> | 21 <abbr title="the tooltip" tabindex="-1" id="abbr1">abbr makes a tooltip</abbr><b
r> |
30 <acronym title="the tooltip" id="acronym1">acronym makes a tooltip</acronym><br> | 22 <acronym title="the tooltip" id="acronym1">acronym makes a tooltip</acronym><br> |
31 <bdo dir="rtl" tabindex="3" id="bdo1">text going right-to-left</bdo><br> | 23 <bdo dir="rtl" tabindex="3" id="bdo1">text going right-to-left</bdo><br> |
32 a blockquote:<blockquote tabindex="0" id="blockquote1">Lorem ipsum dolor sit ame
t, consectetuer adipiscing elit. Duis eu nisi. Fusce aliquet massa non felis. Se
d consectetuer. In hac habitasse platea dictumst. Nunc vitae nulla. Quisque tris
tique sollicitudin libero.</blockquote> | 24 a blockquote:<blockquote tabindex="0" id="blockquote1">Lorem ipsum dolor sit ame
t, consectetuer adipiscing elit. Duis eu nisi. Fusce aliquet massa non felis. Se
d consectetuer. In hac habitasse platea dictumst. Nunc vitae nulla. Quisque tris
tique sollicitudin libero.</blockquote> |
33 a short quote:<q tabindex="-1" id="q1">Veni, Vidi, Vici</q> | 25 a short quote:<q tabindex="-1" id="q1">Veni, Vidi, Vici</q> |
34 <p id="p1">paragraph</p> | 26 <p id="p1">paragraph</p> |
35 line break:<br tabindex="2" id="br1"> | 27 line break:<br tabindex="2" id="br1"> |
36 horizontal rule:<hr tabindex="0" id="hr1"> | 28 horizontal rule:<hr tabindex="0" id="hr1"> |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 <input type="range" id="range1" tabindex="3"><br> | 156 <input type="range" id="range1" tabindex="3"><br> |
165 <input type="submit" id="submit1" tabindex="0"> | 157 <input type="submit" id="submit1" tabindex="0"> |
166 <input type="reset" id="reset1" tabindex="-1"><br> | 158 <input type="reset" id="reset1" tabindex="-1"><br> |
167 </form> | 159 </form> |
168 </div> | 160 </div> |
169 | 161 |
170 <iframe width="100%" height="75%" src="tabindex-focus-blur-all-iframe1.html" id=
"iframe1a" tabindex="-1"></iframe> | 162 <iframe width="100%" height="75%" src="tabindex-focus-blur-all-iframe1.html" id=
"iframe1a" tabindex="-1"></iframe> |
171 <iframe src="tabindex-focus-blur-all-frame3.html" id="iframe1b"></iframe> | 163 <iframe src="tabindex-focus-blur-all-frame3.html" id="iframe1b"></iframe> |
172 | 164 |
173 </body> | 165 </body> |
OLD | NEW |