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

Add support for 'role' attribute. #115

Closed
wants to merge 1 commit into from
Closed

Add support for 'role' attribute. #115

wants to merge 1 commit into from

Conversation

saadatm
Copy link

@saadatm saadatm commented Feb 27, 2014

This commit adds support for 'role' attribute for all HTML elements except:

The commit does not check for valid 'role' values.

This commit adds support for 'role' attribute for all HTML elements
except:
 - those elements that are obsolete in HTML5. (See a list of all HTML5
   elements here: http://dev.w3.org/html5/markup/elements.html)
 - those elements that can have "no role" AND have strong native
   semantics. See
   http://www.w3.org/html/wg/drafts/html/master/dom.html#sec-strong-native-semantics
   (The only exception to this exception is the "input" element.)
@sbounmy
Copy link

sbounmy commented Mar 11, 2014

👍

@balthisar
Copy link
Member

@saadatm, this has been pulled into develop-500 branch, and so I will close this PR.

Unfortunately due to the complexity of all of the neglected PR's over the years, the PR history is a bit fractured. This means that your name won't be shown in the commit history, but the links for the commits will still link back to this PR so that you will still have acknowledgements for your contributions.

@balthisar balthisar closed this Jan 31, 2015
@saadatm saadatm deleted the role-support branch May 5, 2016 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants