Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make aria-label and labelledby non global #967

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
23dd0fc
Make aria-label and labelledby non global
jnurthen Apr 29, 2019
11f85f4
TRAVIS-CI update from aria-common
May 2, 2019
6aed776
aria-expanded: revise definition and change applicability for issue 6…
mcking65 May 2, 2019
47a5882
Add changelog entries
joanmarie May 2, 2019
ebe4082
Add the code role (#969)
schne324 May 2, 2019
3a2a5da
Add ChangeLog
joanmarie May 2, 2019
2714fd0
Markup: Fix whitespace consistency
joanmarie May 2, 2019
64896f5
Markup: Fix a couple of whitespace issues
joanmarie May 2, 2019
7649e9b
Markup: Yet more whitespace issues
joanmarie May 2, 2019
45e5f4b
Add aria-required as a supported property of checkbox
joanmarie May 2, 2019
0f47d77
Add strong and emphasis roles (#953)
joanmarie May 2, 2019
3648d6a
Add ChangeLog entry
joanmarie May 2, 2019
d28e434
Remove references to SMIL #973 (#974)
carmacleod May 2, 2019
ba4689e
Remove implicit value of aria-level from heading role (#942)
May 13, 2019
62bed5c
Remove default value for aria-expanded from combobox role (#943)
May 13, 2019
8194d29
Typo fix
joanmarie May 14, 2019
aeb62bb
Remove appendix "Schemata" (#980)
zcorpan May 21, 2019
4176ffe
[editorial] update 5 instances of “IDREF” to "ID reference" or "ID re…
scottaohara May 21, 2019
a248824
Fix HTML syntax errors in the source (#981)
zcorpan May 22, 2019
971b418
TRAVIS-CI update from aria-common
May 22, 2019
4e537d5
Fix copy-paste error in conformance
May 23, 2019
6663ff1
fixed term and definition related concepts, added an additional autho…
jongund May 28, 2019
6a9419f
Update supported and required properties for the separator role (#945)
Jun 4, 2019
01e6cc6
Editorial: Remove duplicate row from characteristics table of separator
joanmarie Jun 4, 2019
cb9ec0a
Add changelog entry
joanmarie Jun 4, 2019
3704546
Move some properties from "required" to "supported" on slider role (#…
Jun 4, 2019
cfa9744
Add changelog entry
joanmarie Jun 4, 2019
9380b65
Move some properties from "required" to "supported" on scrollbar role…
Jun 4, 2019
63ec695
Add changelog entry
joanmarie Jun 4, 2019
81399d4
add aardvark abstract role
jnurthen Jun 13, 2019
4d3c550
Make aria-label and labelledby non global
jnurthen Apr 29, 2019
69737c7
add aardvark abstract role
jnurthen Jun 13, 2019
324f9c9
Merge Changes
jnurthen Jun 13, 2019
fd7f617
remove aria-label from roles where inherited
jnurthen Jun 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions common/acknowledgements.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="appendix informative section" id="acknowledgements">
<h3>Acknowledgments</h3>
<p>The following people contributed to the development of this document.</p>
<div data-include="acknowledgements/aria-wg-active.html" data-include-replace="true"/>
<div data-include="acknowledgements/aria-contributors.html" data-include-replace="true"/>
<div data-include="acknowledgements/funders.html" data-include-replace="true"/>
<div data-include="acknowledgements/aria-wg-active.html" data-include-replace="true"></div>
<div data-include="acknowledgements/aria-contributors.html" data-include-replace="true"></div>
<div data-include="acknowledgements/funders.html" data-include-replace="true"></div>
</section>
Loading