Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: content/test/data/accessibility/html/header-inside-other-section.html

Issue 2234913002: Added support for header and footer inside other sections, according to HTML API Mappings 1.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test expectations. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!--
3 @MAC-ALLOW:AXRole*
4 @MAC-ALLOW:AXSubrole*
5 @WIN-ALLOW:xml-roles:*
6 -->
7 <article>
8 <header>
9 <p>Header inside article.</p>
10 </header>
11 </article>
12 <section>
13 <header>
14 <p>Header inside section.</p>
15 </header>
16 </section>
17 <main>
18 <header>
19 <p>Header inside main.</p>
20 </header>
21 </main>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698