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

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: fixing nit 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
« no previous file with comments | « no previous file | Source/modules/accessibility/AXNodeObject.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 usemap 305 usemap
305 valign 306 valign
306 value 307 value
307 valuetype 308 valuetype
308 version 309 version
309 vlink 310 vlink
310 vspace 311 vspace
311 webkitdirectory 312 webkitdirectory
312 width 313 width
313 wrap 314 wrap
OLDNEW
« no previous file with comments | « no previous file | Source/modules/accessibility/AXNodeObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698