Open
Bug 674685
Opened 13 years ago
Updated 4 years ago
spellchecker should detect lang dynamically
Categories
(Core :: Spelling checker, defect, P5)
Tracking
()
NEW
People
(Reporter: arno, Unassigned)
References
Details
This is a following of #338427. Once it's fixed, some more work is needed to detect dynamic changes of editor language, and update spellchecker dictionary accordingly.
Comment 1•10 years ago
|
||
This could be done by detecting the HTML lang attribute to determine the language of the document.
Example:
<!DOCTYPE html>
<html lang="es">
for Spanish.
See also bug 988969.
Comment 2•4 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
Updated•4 years ago
|
Component: DOM: Editor → Spelling checker
You need to log in
before you can comment on or make changes to this bug.
Description
•