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

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

Issue 609793002: Add AX role ,'AXDescriptionList', for dl element(re-land). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: AX role for description list(rebased) Created 6 years, 2 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 WebAXRoleColorWell, 87 WebAXRoleColorWell,
88 WebAXRoleColumnHeader, 88 WebAXRoleColumnHeader,
89 WebAXRoleColumn, 89 WebAXRoleColumn,
90 WebAXRoleComboBox, 90 WebAXRoleComboBox,
91 WebAXRoleComplementary, 91 WebAXRoleComplementary,
92 WebAXRoleContentInfo, 92 WebAXRoleContentInfo,
93 WebAXRoleDate, 93 WebAXRoleDate,
94 WebAXRoleDateTime, 94 WebAXRoleDateTime,
95 WebAXRoleDefinition, 95 WebAXRoleDefinition,
96 WebAXRoleDescriptionListDetail, 96 WebAXRoleDescriptionListDetail,
97 WebAXRoleDescriptionList,
97 WebAXRoleDescriptionListTerm, 98 WebAXRoleDescriptionListTerm,
98 WebAXRoleDetails, 99 WebAXRoleDetails,
99 WebAXRoleDialog, 100 WebAXRoleDialog,
100 WebAXRoleDirectory, 101 WebAXRoleDirectory,
101 WebAXRoleDisclosureTriangle, 102 WebAXRoleDisclosureTriangle,
102 WebAXRoleDiv, 103 WebAXRoleDiv,
103 WebAXRoleDocument, 104 WebAXRoleDocument,
104 WebAXRoleDrawer, 105 WebAXRoleDrawer,
105 WebAXRoleEditableText, 106 WebAXRoleEditableText,
106 WebAXRoleEmbeddedObject, 107 WebAXRoleEmbeddedObject,
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 enum WebAXTextDirection { 225 enum WebAXTextDirection {
225 WebAXTextDirectionLR, 226 WebAXTextDirectionLR,
226 WebAXTextDirectionRL, 227 WebAXTextDirectionRL,
227 WebAXTextDirectionTB, 228 WebAXTextDirectionTB,
228 WebAXTextDirectionBT 229 WebAXTextDirectionBT
229 }; 230 };
230 231
231 } // namespace blink 232 } // namespace blink
232 233
233 #endif 234 #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