|
Expose semantics of HTML5 native elements (landmark and related roles)
for assistive technologies on Windows. This changeset adds support for
- article (xml-roles:article)
- header (xml-roles:banner)
- aside (xml-roles:complementary)
- address (xml-roles:contentinfo)
- footer (xml-roles:contentinfo)
- main (xml-roles:main)
- nav (xml-roles:navigation)
- section (xml-roles:region)
Patch from Takeshi Kurosawa < taken.spc@gmail.com>
BUG= 253027
TEST=content\renderer\accessibility\accessibility_node_serializer.cc
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243522
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+171 lines, -4 lines) |
Patch |
 |
M |
AUTHORS
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/dump_accessibility_tree_browsertest.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/accessibility/accessibility_node_serializer.cc
|
View
|
1
2
3
4
|
2 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/article.html
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/article-expected-android.txt
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/article-expected-mac.txt
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/article-expected-win.txt
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A |
content/test/data/accessibility/landmark.html
|
View
|
1
2
3
4
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/test/data/accessibility/landmark-expected-android.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/test/data/accessibility/landmark-expected-mac.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/test/data/accessibility/landmark-expected-win.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/test/data/accessibility/region.html
|
View
|
1
2
3
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/test/data/accessibility/region-expected-android.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/test/data/accessibility/region-expected-mac.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/test/data/accessibility/region-expected-win.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|