[Bug 15082] rp should always represent nothing

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15082

--- Comment #1 from Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu> 2011-12-06 15:11:50 UTC ---
Some data:

IE9 doesn't display standalone <rp> produced by
document.body.appendChild(document.createElement('rp')) (The markup <!DOCTYPE
html><rp>test</rp> won't generate an <rp> element so there's probably also
parsing inconsistency, but that's another issue) but
window.getComputedStyle(document.querySelector('rp')).display always gives
'inline' no matter it's in a <ruby> or not.

WebKit is following the spec here.

I am just curious about why is 'ruby > rp { display: none;}' better than 'rp {
display: none;}'.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 6 December 2011 15:11:57 UTC