RESOLVED DUPLICATE of bug 267519 135243
Pseudo-elements should not display a resize handle when styled with the css3-ui `resize` property
https://bugs.webkit.org/show_bug.cgi?id=135243
Summary Pseudo-elements should not display a resize handle when styled with the css3-...
Lea Verou
Reported 2014-07-24 11:25:32 PDT
Although a resize handle is shown, the pink pseudo-element in the testcase above cannot actually be resized. css3-ui states that the resize property applies to “elements with ‘overflow’ other than visible”, which includes pseudo-elements.
Attachments
Daniel Holbert
Comment 1 2016-07-15 15:39:12 PDT
(In reply to comment #0) > css3-ui states that the resize property applies to “elements with ‘overflow’ > other than visible”, which includes pseudo-elements. The css3-ui spec now also says "Implementations should not apply the resize property to generated content." That includes the pseudo-element in the dabblet testcase here. Spec link: http://dev.w3.org/csswg/css-ui/#resize So, I think the (current) expected behavior here is that WebKit shouldn't be showing a resizer on that pseudo-element. (The resize property "should not apply", i.e. it shouldn't affect rendering at all.) Incidentally, Firefox/Gecko recently changed to have that behavior (not showing a resizer) in https://bugzilla.mozilla.org/show_bug.cgi?id=1043537
Brent Fulgham
Comment 2 2022-07-13 17:25:04 PDT
Safari continues to show a resize handle, when it should not.
Radar WebKit Bug Importer
Comment 3 2022-07-13 17:25:19 PDT
Ahmad Saleem
Comment 5 2024-10-24 06:27:51 PDT
Progressed with 285644@main *** This bug has been marked as a duplicate of bug 267519 ***
Note You need to log in before you can comment on or make changes to this bug.