HTML with CSS Examples seem to be missing final web appearance.
Categories
(developer.mozilla.org Graveyard :: Design, defect)
Tracking
(Not tracked)
People
(Reporter: Chris, Unassigned)
Details
(Keywords: in-triage, Whiteboard: [specification][type:bug])
Attachments
(1 file)
55.83 KB,
image/png
|
Details |
What did you do?
1. opened URL for MDN Web Docs
2. Entered in search box "ul:after{clear:both}
3. Ended up at the URL...
https://developer.mozilla.org/en-US/docs/Web/CSS/clear
What happened?
I learned what I was trying to learn. The demo at the top of URL is great! I read the whole URL and as I scrolled down I found the examples at the bottom of the URL. In each of these three examples at the bottom of URL (clear:left, clear:right, and clear:both) The HTML and the CSS are shown in their own box, but there is a 3rd blank empty box following that seems like it is supposed to have the Browser appearance for the related example.
What should have happened?
It seems like the empty boxes for each of three examples at the bottom of the URL are supposed to contain the browser look of the related example. You probably are well aware of this. Great URL!!
Is there anything else we should know?
Dell laptop, Inspiron 1525 (~2010?)
Intel Celeron 560
4GB RAM
Windows 10 Pro
Firefox 69.0 (64-bit), w/Privacy Badger, AV Web Protection
Same result with Surface 8.1 RT with IE11 RT
Comment 1•5 years ago
|
||
It seems the three iframes all depend on https://mdn.mozillademos.org/static/build/styles/samples.37902ba3b7fe.css which is now 404.
Don't know why they'd be all white though.
Updated•5 years ago
|
Comment 2•5 years ago
|
||
Appearance of iframes due to busted .css URLs
Comment 4•5 years ago
|
||
This must be a content issue as the iframe URL of https://mdn.mozillademos.org/en-US/docs/Web/CSS/clear$samples/clear:_left?revision=1564203 does not seem to return any content when opened directly.
Comment 5•5 years ago
|
||
Fixed. The ids referenced in the first arguments of the {{embedlivesample}} macro calls were not matching the IDs of the headings their code was being grabbed from, so it could not find the code and nothing was being rendered in the iframes.
I've set them to the right ids, and now it works.
Updated•4 years ago
|
Description
•