Open
Bug 1280920
Opened 9 years ago
Updated 8 months ago
[css-ui] Support resize property in replaced elements such as img, video, and iframe
Categories
(Core :: Layout, enhancement, P3)
Core
Layout
Tracking
()
NEW
People
(Reporter: percyley, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
1.39 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36
Steps to reproduce:
The Spec says:
"Applies to: elements with overflow other than visible, and optionally replaced elements such as images, videos, and iframes"
"The resize property applies to elements whose computed overflow value is something other than visible. UAs may also apply it, regardless of the value of the overflow property, to:
Replaced elements representing images or videos, such as img, video, picture, svg, object, or canvas."
https://drafts.csswg.org/css-ui/#resize
Updated•9 years ago
|
Keywords: dev-doc-needed
Updated•9 years ago
|
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Unspecified → All
Priority: -- → P3
Hardware: Unspecified → All
Summary: Support resize property in replaced elements such as img, video, and iframe → [css-ui] Support resize property in replaced elements such as img, video, and iframe
Version: 50 Branch → Trunk
Comment 2•8 years ago
|
||
This bug covers the iframe part of the story: https://bugzilla.mozilla.org/show_bug.cgi?id=680823
For the rest, there are now tests in the CSS-UI-3 test suite that check this, and they currently fail:
img: https://test.csswg.org/harness/test/css-ui-3_dev/single/resize-008/format/html5/
svg: https://test.csswg.org/harness/test/css-ui-3_dev/single/resize-009/format/html5/
picture: https://test.csswg.org/harness/test/css-ui-3_dev/single/resize-010/format/html5/
object: https://test.csswg.org/harness/test/css-ui-3_dev/single/resize-011/format/html5/
iframe: https://test.csswg.org/harness/test/css-ui-3_dev/single/resize-012/format/html5/
canvas: https://test.csswg.org/harness/test/css-ui-3_dev/single/resize-013/format/html5/
video: https://test.csswg.org/harness/test/css-ui-3_dev/single/resize-014/format/html5/
Updated•2 years ago
|
Severity: normal → S3
Comment 3•8 months ago
|
||
There should probably be individual bugs filed for each element like it's done for iframes already, so it's easier to make progress on this.
Sebastian
Depends on: 680823
You need to log in
before you can comment on or make changes to this bug.
Description
•