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

Fix 'align' attribute in td/th being ignored- Fixes #2414 #2420

Merged
merged 1 commit into from May 17, 2019
Merged

Fix 'align' attribute in td/th being ignored- Fixes #2414 #2420

merged 1 commit into from May 17, 2019

Conversation

ghost
Copy link

@ghost ghost commented Mar 23, 2019

This is a bugfix.

Fixes issue #2414:
There are multiple <td> and <th> selectors which set text-align:left taking precedence over the elements' attribute align (from HTML versions lower than HTML5)

Proposed solution

From <th> and <td> selectors which set text-align deselect elements with attribute align.

Tradeoffs

None detected

Testing Done

Tested in Firefox 66.0 and Chrome 73.0.3683.

@ghost ghost changed the title Fix td/th selectors taking precedence over attribute 'align' - Fixes issue #2414 Fix td/th selectors taking precedence over td/th's 'align' attribute - Fixes issue #2414 Mar 23, 2019
@ghost ghost changed the title Fix td/th selectors taking precedence over td/th's 'align' attribute - Fixes issue #2414 Fix 'align' attribute in td/th being ignored- Fixes issue #2414 Mar 23, 2019
@ghost ghost changed the title Fix 'align' attribute in td/th being ignored- Fixes issue #2414 Fix 'align' attribute in td/th being ignored- Fixes #2414 Mar 23, 2019
@jgthms jgthms merged commit 7eb0824 into jgthms:master May 17, 2019
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

1 participant