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

feat: Consider content from before and after pseudo elements #5

Merged
merged 3 commits into from
Oct 21, 2019

Conversation

eps1lon
Copy link
Owner

@eps1lon eps1lon commented Oct 21, 2019

Only supported in browser. jsdom does not support before/after in getComputedStyle

name_test_case_659-manual and name_test_case_660-manual are not following spec IMO.

Some passes are due to concatenating content with whitespace which violates the spec.

@eps1lon eps1lon added the enhancement New feature or request label Oct 21, 2019
@eps1lon eps1lon merged commit 0987426 into master Oct 21, 2019
@eps1lon eps1lon deleted the feat/content branch October 21, 2019 16:23
eps1lon pushed a commit that referenced this pull request Nov 5, 2019
# [0.1.0](v0.0.1...v0.1.0) (2019-11-05)

### Bug Fixes

* Fix test name_heading-combobox ([#16](#16)) ([e969395](e969395))

### Features

* **name:** Consider prohibited naming ([#19](#19)) ([6692d6b](6692d6b))
* Consider all cases of "name from content" ([#13](#13)) ([835cb76](835cb76))
* Consider content from before and after pseudo elements ([#5](#5)) ([0987426](0987426))
* Fork elementToRole from aria-query ([#7](#7)) ([fe4fab5](fe4fab5))
valzhad pushed a commit to valzhad/dom-accessibility-api that referenced this pull request Mar 27, 2023
# [0.1.0](eps1lon/dom-accessibility-api@v0.0.1...v0.1.0) (2019-11-05)

### Bug Fixes

* Fix test name_heading-combobox ([#16](eps1lon/dom-accessibility-api#16)) ([e969395](eps1lon/dom-accessibility-api@e969395))

### Features

* **name:** Consider prohibited naming ([#19](eps1lon/dom-accessibility-api#19)) ([6692d6b](eps1lon/dom-accessibility-api@6692d6b))
* Consider all cases of "name from content" ([#13](eps1lon/dom-accessibility-api#13)) ([835cb76](eps1lon/dom-accessibility-api@835cb76))
* Consider content from before and after pseudo elements ([#5](eps1lon/dom-accessibility-api#5)) ([0987426](eps1lon/dom-accessibility-api@0987426))
* Fork elementToRole from aria-query ([#7](eps1lon/dom-accessibility-api#7)) ([fe4fab5](eps1lon/dom-accessibility-api@fe4fab5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant