[Webkit-unassigned] [Bug 65738] Shadow node with -webkit-user-modify:read-write causes problems
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 4 22:51:05 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65738
--- Comment #7 from Ryosuke Niwa <rniwa at webkit.org> 2011-08-04 22:51:05 PST ---
(In reply to comment #6)
> (In reply to comment #5)
> > (In reply to comment #4)
> > > I meant -webkit-user-modify:read-only !important.
> >
> > Would that still work if author added "-webkit-user-modify: read-write !important"?
>
> Authors and users can't change values with !important.
Okay. Great! But we should definitely have a test for that just in case.
> Other examples:
>
> data:text/html,<style>progress { -webkit-appearance: none; } progress::-webkit-progress-bar {-webkit-user-modify:read-write; }</style><progress value=50 max=100></progress>
> data:text/html,<style>meter { -webkit-appearance: none; } meter::-webkit-meter-bar {-webkit-user-modify:read-write; }</style><meter value=50 max=100></meter>
>
> We can type into <progress> and <meter>, and can remove the value block.
Should I write a patch, or will you?
--
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