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

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

Issue 779513007: Introduce new API ariaAutoComplete() to expose correct state and object attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 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 5
6 abbr 6 abbr
7 accept-charset 7 accept-charset
8 accept 8 accept
9 accesskey 9 accesskey
10 action 10 action
11 align 11 align
12 alink 12 alink
13 allowfullscreen 13 allowfullscreen
14 alt 14 alt
15 archive 15 archive
16 aria-activedescendant 16 aria-activedescendant
17 aria-atomic 17 aria-atomic
18 aria-autocomplete
18 aria-busy 19 aria-busy
19 aria-checked 20 aria-checked
20 aria-controls 21 aria-controls
21 aria-describedby 22 aria-describedby
22 aria-disabled 23 aria-disabled
23 aria-dropeffect 24 aria-dropeffect
24 aria-expanded 25 aria-expanded
25 aria-flowto 26 aria-flowto
26 aria-grabbed 27 aria-grabbed
27 aria-haspopup 28 aria-haspopup
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 usemap 304 usemap
304 valign 305 valign
305 value 306 value
306 valuetype 307 valuetype
307 version 308 version
308 vlink 309 vlink
309 vspace 310 vspace
310 webkitdirectory 311 webkitdirectory
311 width 312 width
312 wrap 313 wrap
OLDNEW
« no previous file with comments | « no previous file | Source/modules/accessibility/AXNodeObject.h » ('j') | Source/modules/accessibility/AXNodeObject.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698