Open
Bug 1229401
Opened 9 years ago
Updated 2 years ago
p and h1..h6 align should not "align descendants"
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: Ms2ger, Unassigned)
References
Details
(Keywords: dev-doc-needed, site-compat)
Attachments
(1 file, 1 obsolete file)
(deleted),
application/xhtml+xml
|
Details |
Per the second code block in <https://html.spec.whatwg.org/multipage/rendering.html#tables-2>.
Reporter | ||
Updated•9 years ago
|
Keywords: dev-doc-needed,
site-compat
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
So Gecko and IE11 both do align descendants, but Chrome 45 does not (but it does do text-align). I don't think that makes it obvious which way the spec should go.
Comment 3•9 years ago
|
||
Probably ok to switch the behavior here, though, given that it's possible (although unlikely) that some mobile-oriented content might depend on the other behavior.
Comment 4•9 years ago
|
||
This actually also applies to the p element.
Summary: h1..h6 align should not "align descendants" → p and h1..h6 align should not "align descendants"
Comment 5•9 years ago
|
||
Attachment #8694310 -
Attachment is obsolete: true
Comment 6•9 years ago
|
||
... or not, because even though the spec doesn't say to align descendants for p, Chrome does so.
Comment 7•9 years ago
|
||
This bug was also presumably spun off of bug 196292 comment 27,which would have been nice to say when filing so that I wouldn't have to spend time searching for it.
Comment 8•9 years ago
|
||
Filed https://github.com/whatwg/html/issues/372 ; we shouldn't do anything here until that resolves.
Updated•9 years ago
|
See Also: → https://github.com/whatwg/html/issues/372
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•