Bug 25537

Summary: WebKit does not follow HTML5 spellcheck attribute logic for words split by spans
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on: 14552    
Bug Blocks:    
Attachments:
Description Flags
test case none

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