Bug 25537 - WebKit does not follow HTML5 spellcheck attribute logic for words split by spans
Summary: WebKit does not follow HTML5 spellcheck attribute logic for words split by spans
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 14552
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-03 23:52 PDT by Eric Seidel (no email)
Modified: 2009-05-03 23:56 PDT (History)
0 users

See Also:


Attachments
test case (374 bytes, text/html)
2009-05-03 23:56 PDT, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-05-03 23:52:07 PDT
WebKit does not follow HTML5 spellcheck attribute logic for words split by spans

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

"For text that is part of text or CDATA nodes, the element with which the text
is associated is the element that is the immediate parent of the start of the
word, sentence, or other piece of text. For text in attributes, it is the
element with which the attribute is associated. For text in text fields, it is
the relevant input or textarea element."

See test case.
Comment 1 Eric Seidel (no email) 2009-05-03 23:56:30 PDT
Created attachment 29987 [details]
test case