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

Unified Diff: third_party/WebKit/Source/core/html/HTMLAttributeNames.in

Issue 2539503003: ARIA 1.1: implementation for aria-col-* and aria-row-*. (Closed)
Patch Set: Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/HTMLAttributeNames.in
diff --git a/third_party/WebKit/Source/core/html/HTMLAttributeNames.in b/third_party/WebKit/Source/core/html/HTMLAttributeNames.in
index a810870bc8cb08c54012f1b97cd8bc1b230c2614..a48c303d7f871efa6eabbbf479c6fb1ef1cfa69f 100644
--- a/third_party/WebKit/Source/core/html/HTMLAttributeNames.in
+++ b/third_party/WebKit/Source/core/html/HTMLAttributeNames.in
@@ -20,6 +20,9 @@ aria-atomic
aria-autocomplete
aria-busy
aria-checked
+aria-colcount
+aria-colindex
+aria-colspan
aria-controls
aria-current
aria-describedby
@@ -46,6 +49,9 @@ aria-pressed
aria-readonly
aria-relevant
aria-required
+aria-rowcount
+aria-rowindex
+aria-rowspan
aria-selected
aria-setsize
aria-sort

Powered by Google App Engine
This is Rietveld 408576698