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

Stop using White_Space #4860

Merged
merged 2 commits into from Aug 30, 2019
Merged

Stop using White_Space #4860

merged 2 commits into from Aug 30, 2019

Conversation

annevk
Copy link
Member

@annevk annevk commented Aug 23, 2019

For semantics of something being empty (table cells in this case) we should only consider ASCII whitespace, as we do elsewhere.

Fixes #4854.


/acknowledgements.html ( diff )
/common-microsyntaxes.html ( diff )
/tables.html ( diff )

For semantics of something being empty (table cells in this case) we should only consider ASCII whitespace, as we do elsewhere.

Fixes #4854.
@annevk
Copy link
Member Author

annevk commented Aug 23, 2019

I guess I'll leave this open for a bit to let the discussion settle. Appreciate the quick reviews though!

@annevk annevk added the do not merge yet Pull request must not be merged per rationale in comment label Aug 23, 2019
Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am happy with this solution as well FWIW, but yeah, we could give it another few days.

@fantasai
Copy link
Contributor

lgtm.

It's pretty annoying that CSS's handling of white space isn't somehow consistent with HTML's, but implementations do weird things with form feeds and carriage returns. :/ I'm not really sure what's a good way to reconcile that.

@annevk annevk removed the do not merge yet Pull request must not be merged per rationale in comment label Aug 30, 2019
@annevk annevk merged commit 635a599 into master Aug 30, 2019
@annevk annevk deleted the annevk/white_space branch August 30, 2019 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Should the 'empty cell' definition ignore Default_ignoreable code points?
4 participants