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

Changed tables to be HTML5 compliant #270

Closed
wants to merge 242 commits into from
Closed

Conversation

wporter82
Copy link

We have a requirement to use tables and found that css libraries typically will reset the td tag to no padding. In order to make this possible, I had to update the tables plugin to use HTML5 compliant code, ie: styles instead of attributes.

When editing an existing table with this update, it will convert it if table properties are viewed. This should keep from breaking sites that upgrade.

wporter82 and others added 30 commits April 29, 2016 13:58
…ded to normalize color attr from RGB to HEX in IE.

Conflicts:
	core/style.js
mlewand and others added 26 commits September 1, 2016 16:36
@mlewand
Copy link
Contributor

mlewand commented Mar 14, 2017

Hi @wporter82, thanks for the contribution.

Could you rebase your code onto the latest major / master branch? This PR contains a bit of noise and we'd like it to be sorted out so that we can review it - thanks!

@mlewand
Copy link
Contributor

mlewand commented Apr 6, 2017

Hi, It's been a while since we last heard from you. We're closing this issue for now. Still, feel free provide us requested feedback, so that we can reopen this issue.

@mlewand mlewand closed this Apr 6, 2017
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.