[Webkit-unassigned] [Bug 67011] New: Support visibility: content-hidden
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 25 19:02:43 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=67011
Summary: Support visibility: content-hidden
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: chuck at jumis.com
Current methods to "hide" content include display: none, opacity: 0, transform: scale(0,0), and visibility: hidden. None of these allow the author to maintain the element bounding box and display of margin, padding, border and background settings. Supporting visibility: content-hidden would allow authors to easily "hide" content, while still showing the background and border styles of the element.
Example:
[div style="visibility: content-hidden; background: salmon"]This content is hidden, but the box remains and its background is salmon[/div]
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list