Closed Bug 901785 Opened 11 years ago Closed 11 years ago

spellcheck attribute does not affect elements with contenteditable="true"

Categories

(Core :: DOM: HTML Parser, defect)

22 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 674927

People

(Reporter: dzylon, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0 (Beta/Release)
Build ID: 20130618035212

Steps to reproduce:

<div contenteditable="true" spellcheck="false">tyop</div>


Actual results:

<div contenteditable="true">tyop</div>


Expected results:

<div contenteditable="true" spellcheck="false">tyop</div>
It was fixed in Firefox 24 (beta 1 should be available in a few days).
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.