[Webkit-unassigned] [Bug 135243] Pseudo-elements cannot be resized with css3-ui `resize` property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 15 15:39:12 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=135243

Daniel Holbert <dholbert at mozilla.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dholbert at mozilla.com

--- Comment #1 from Daniel Holbert <dholbert at mozilla.com> ---
(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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160715/fcd1902a/attachment.html>


More information about the webkit-unassigned mailing list