[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 21:24:14 PDT 2011


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Search field causes         |Shadow node with
                   |problems by                 |-webkit-user-modify:read-wr
                   |-webkit-user-modify:read-wr |ite causes problems
                   |ite                         |
          Component|Forms                       |HTML DOM
                 CC|                            |morrita at google.com




--- Comment #6 from Kent Tamura <tkent at chromium.org>  2011-08-04 21:24:14 PST ---
(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.

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.

-- 
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