[Webkit-unassigned] [Bug 14552] Add a way to disable spell checking for specific element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 3 22:26:32 PDT 2009


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jparent at google.com,
                   |                            |ojan at chromium.org




------- Comment #26 from eric at webkit.org  2009-05-03 22:26 PDT -------
All we're missing is the javascript accessor, which can be done in a separate
change.

Also, the spec seems not quite fully finished here.  I read it through once,
and I'm still unclear as to which elements have "true by default" as their
state.

Also, steps 4 and 7 seem contradictory:
4.  Otherwise, if there is an ancestor element with a spellcheck content
attribute that is not in the inherit state, then: if the nearest such
ancestor's spellcheck content attribute is in the true state, then checking is
enabled; otherwise, checking is disabled.
7.  Otherwise, if the element's parent element has its checking enabled, then
checking is enabled.

End result: this patch is fine.  It brings us closer to FF and the eventual
spec behavior.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list