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

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: Fix bad rebase Created 4 years 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 50d07db2c29c7a57815eea1d5599b3f9c9efbdca..697bfa599b3096be592f3da62f4a2015c9d81c4e 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
@@ -47,6 +50,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