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 first-letter test for combining characters #8939

Merged
merged 1 commit into from
Jan 9, 2018

Conversation

csnardi
Copy link
Member

@csnardi csnardi commented Jan 7, 2018

In the process of creating https://chromium-review.googlesource.com/c/chromium/src/+/847293, I noticed that there was no first-letter test for combining characters with punctuation and letters. This change adds in such a test.

Submitted directly as Chromium does not import css-pseudo yet.

@w3c-bots
Copy link

w3c-bots commented Jan 7, 2018

Build PASSED

Started: 2018-01-07 03:17:37
Finished: 2018-01-07 03:21:52

View more information about this build on:

In the process of creating https://chromium-review.googlesource.com/c/chromium/src/+/847293, I noticed that there was no first-letter test for combining characters with punctuation and letters. This change adds in such a test.
@gsnedders
Copy link
Member

Note we have all of css/CSS2/selectors/first-letter-punctuation-*.xht.

@csnardi
Copy link
Member Author

csnardi commented Jan 7, 2018

This is actually based off of https://github.com/w3c/web-platform-tests/blob/master/css/CSS2/selectors/first-letter-punctuation-173.xht, but with combining characters added. Since the combining characters act upon the punctuation and the first letter itself in this test, it is possible that implementations could pass all of the first-letter-punctuation-* tests and still fail this test.

@gsnedders
Copy link
Member

For some reason I thought some of the punctuation tests had combining characters in them. Bleh.

@gsnedders gsnedders merged commit 3be4dc3 into web-platform-tests:master Jan 9, 2018
@csnardi csnardi deleted the patch-10 branch January 9, 2018 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants