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 alignment to table heading cells in HTML-like targets #95

Open
GoogleCodeExporter opened this issue Apr 18, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

Now I don't remember why, but I've not added alignment to the TH tag in HTML.

$ ./dist/compare-targets.py html xhtml xhtmls html5 | grep CellOpen 
tableCellOpen       '<TD~A~~S~>'  '<td~a~~s~>'  '<td~a~~s~>'  '<td~a~~s~>'
tableTitleCellOpen  '<TH~S~>'     '<th~s~>'     '<th~s~>'     '<th~s~>'

Note the '~A~' and '~a~' marks. They represent the alignment attribute. They're 
only present in <TD>, not <TH>.

At this point some users may rely in the "table heading cells are not alignable 
in HTML" behavior, but I think we should align it as well.

Comments?

Original issue reported on code.google.com by aureliojargas@gmail.com on 2 Dec 2010 at 5:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant