Re: [csswg-drafts] [css-display] Define interaction of display:contents and replaced elements

Hmm.  Do UAs actually implement that "being rendered" requirement across the board?  I'm pretty sure Gecko doesn't unless the type is a plug-in type (and even then, I think it may only affect plug-in instantiation, not the actual load, since the type is not known until you do the load), so both your testcases render the image in Gecko.

Per the letter of the spec, every time an <object>, or any ancestor, gets toggled to display:none and back it should redo the fetch for its `data` attribute, which seems like a really weird behavior.  I filed https://github.com/whatwg/html/issues/2692 

-- 
GitHub Notification of comment by bzbarsky
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/540#issuecomment-301974200 using your GitHub account

Received on Wednesday, 17 May 2017 03:18:33 UTC