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

Side by Side Diff: third_party/WebKit/Source/core/html/HTMLAttributeNames.in

Issue 1952863003: Implemented the "aria-current" state on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed switch statements to handle NONE case. Created 4 years, 7 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
1 namespace="HTML" 1 namespace="HTML"
2 namespacePrefix="xhtml" 2 namespacePrefix="xhtml"
3 namespaceURI="http://www.w3.org/1999/xhtml" 3 namespaceURI="http://www.w3.org/1999/xhtml"
4 attrsNullNamespace 4 attrsNullNamespace
5 export="CORE_EXPORT" 5 export="CORE_EXPORT"
6 6
7 abbr 7 abbr
8 accept-charset 8 accept-charset
9 accept 9 accept
10 accesskey 10 accesskey
11 action 11 action
12 align 12 align
13 alink 13 alink
14 allowfullscreen 14 allowfullscreen
15 alt 15 alt
16 archive 16 archive
17 aria-activedescendant 17 aria-activedescendant
18 aria-atomic 18 aria-atomic
19 aria-autocomplete 19 aria-autocomplete
20 aria-busy 20 aria-busy
21 aria-checked 21 aria-checked
22 aria-controls 22 aria-controls
23 aria-current
23 aria-describedby 24 aria-describedby
24 aria-disabled 25 aria-disabled
25 aria-dropeffect 26 aria-dropeffect
26 aria-expanded 27 aria-expanded
27 aria-flowto 28 aria-flowto
28 aria-grabbed 29 aria-grabbed
29 aria-haspopup 30 aria-haspopup
30 aria-help 31 aria-help
31 aria-hidden 32 aria-hidden
32 aria-invalid 33 aria-invalid
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 usemap 317 usemap
317 valign 318 valign
318 value 319 value
319 valuetype 320 valuetype
320 version 321 version
321 vlink 322 vlink
322 vspace 323 vspace
323 webkitdirectory 324 webkitdirectory
324 width 325 width
325 wrap 326 wrap
OLDNEW
« no previous file with comments | « content/test/data/accessibility/aria/aria-invalid.html ('k') | third_party/WebKit/Source/modules/accessibility/AXNodeObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698