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

Side by Side Diff: public/web/WebAXEnums.h

Issue 1022673003: Implementation of new roles added in ARIA 1.1 draft. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebasing change to latest Created 5 years, 9 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
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 WebAXRoleRootWebArea, 154 WebAXRoleRootWebArea,
155 WebAXRoleRowHeader, 155 WebAXRoleRowHeader,
156 WebAXRoleRow, 156 WebAXRoleRow,
157 WebAXRoleRuby, 157 WebAXRoleRuby,
158 WebAXRoleRuler, 158 WebAXRoleRuler,
159 WebAXRoleSVGRoot, 159 WebAXRoleSVGRoot,
160 WebAXRoleScrollArea, 160 WebAXRoleScrollArea,
161 WebAXRoleScrollBar, 161 WebAXRoleScrollBar,
162 WebAXRoleSeamlessWebArea, 162 WebAXRoleSeamlessWebArea,
163 WebAXRoleSearch, 163 WebAXRoleSearch,
164 WebAXRoleSearchBox,
164 WebAXRoleSlider, 165 WebAXRoleSlider,
165 WebAXRoleSliderThumb, 166 WebAXRoleSliderThumb,
166 WebAXRoleSpinButtonPart, 167 WebAXRoleSpinButtonPart,
167 WebAXRoleSpinButton, 168 WebAXRoleSpinButton,
168 WebAXRoleSplitter, 169 WebAXRoleSplitter,
169 WebAXRoleStaticText, 170 WebAXRoleStaticText,
170 WebAXRoleStatus, 171 WebAXRoleStatus,
172 WebAXRoleSwitch,
171 WebAXRoleTabGroup, 173 WebAXRoleTabGroup,
172 WebAXRoleTabList, 174 WebAXRoleTabList,
173 WebAXRoleTabPanel, 175 WebAXRoleTabPanel,
174 WebAXRoleTab, 176 WebAXRoleTab,
175 WebAXRoleTableHeaderContainer, 177 WebAXRoleTableHeaderContainer,
176 WebAXRoleTable, 178 WebAXRoleTable,
177 WebAXRoleTextArea, 179 WebAXRoleTextArea,
178 WebAXRoleTextField, 180 WebAXRoleTextField,
179 WebAXRoleTime, 181 WebAXRoleTime,
180 WebAXRoleTimer, 182 WebAXRoleTimer,
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 WebAXInvalidStateFalse, 267 WebAXInvalidStateFalse,
266 WebAXInvalidStateTrue, 268 WebAXInvalidStateTrue,
267 WebAXInvalidStateSpelling, 269 WebAXInvalidStateSpelling,
268 WebAXInvalidStateGrammar, 270 WebAXInvalidStateGrammar,
269 WebAXInvalidStateOther 271 WebAXInvalidStateOther
270 }; 272 };
271 273
272 } // namespace blink 274 } // namespace blink
273 275
274 #endif 276 #endif
OLDNEW
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698