[Webkit-unassigned] [Bug 88514] New: An inheritance of '-webkit-user-modify' does not stop at shadow boundary.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 7 02:01:52 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88514
Summary: An inheritance of '-webkit-user-modify' does not stop
at shadow boundary.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: hayato at chromium.org
CC: dglazkov at chromium.org, rniwa at webkit.org,
dominicc at chromium.org, morrita at google.com,
shinyak at chromium.org, tasak at google.com
Blocks: 82697
According to the Shadow DOM spec (https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#editing), a '-webkit-user-modify' CSS property should not be inherited across shadow boundaries.
But in the attached html (Let me attach it later), '-webkit-user-modify' property of the node in Shadow DOM subtree will be set to 'read-write' wrongly. That should be 'read-only'.
--
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