[Webkit-unassigned] [Bug 25536] WebKit needs to expose an Element::spellcheck attribute to javascript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 05:24:15 PDT 2010


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





--- Comment #3 from Kent Tamura <tkent at chromium.org>  2010-10-27 05:24:14 PST ---
(From update of attachment 72002)
View in context: https://bugs.webkit.org/attachment.cgi?id=72002&action=review

> LayoutTests/editing/spelling/script-tests/spelling-attribute-change.js:25
> +    shouldBe("layoutTestController.hasSpellingMarker(6, 2)", enabled ? "true" : "false");

Some ports has no hasSpellingMarker() implementation, right? We need to skip the test on them.

> WebCore/html/HTMLElement.cpp:735
> +    setAttribute(HTMLNames::spellcheckAttr, enable ? "true" : "false");

Need no HTMLNames::.

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