Open
Bug 1390100
Opened 8 years ago
Updated 3 years ago
source element not being interpreted inside noscript
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: jonathan, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3181.0 Safari/537.36
Steps to reproduce:
1. Add a picture element with source files inside a noscript tag
2. Disable Javascript
3. View the picture
Example here:
https://codepen.io/Jab2870/full/NvjrrK/
Visit the link with JS disabled
Actual results:
The image given in the img tag was rendered rather than the image in the source tag
Expected results:
When JavaScript is disabled, I would expect the source elements inside the noscript tag to be run as normal
There is a similar chromium bug here: https://bugs.chromium.org/p/chromium/issues/detail?id=753387
Updated•8 years ago
|
Component: Untriaged → Layout: Images
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P3
Updated•8 years ago
|
status-firefox57:
--- → wontfix
status-firefox58:
--- → fix-optional
Comment 2•8 years ago
|
||
status-firefox59:
--- → ?
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Product: Core Graveyard → Core
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•