Open
Bug 246668
Opened 21 years ago
Updated 13 years ago
HTML Source mode blows away lang attribute on root element
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: WeirdAl, Unassigned)
Details
(Keywords: dataloss)
Steps to reproduce:
(1) Start Mozilla Composer.
(2) Switch to HTML Source mode.
(3) Change the <html> tag so it says <html lang="en-US">.
(4) Change to some other mode (Preview, Normal, whatever)
(5) Go back to HTML Source mode.
Expected results: HTML document element tag says <html lang="en-US">.
Actual results: HTML document element tag says <html>
Reporter | ||
Comment 1•21 years ago
|
||
Seen in Mozilla 1.7RC1 and Nvu 0.2.
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 2•17 years ago
|
||
MozillaAS v1.7.x is not supported anymore.
Can you reproduce with SeaMonkey v1.1.9 ?
Assignee: composer → nobody
QA Contact: composer
Reproduced in seamonkey 1.1.15 (composer)
entered: <html lang="de">
after saving: <html>
expected: <html lang="de">
see also http://de.selfhtml.org/html/xhtml/unterschiede.htm#lang
Best regards
akapuma
http://www.w3.org/TR/WCAG10-HTML-TECHS/#identify-primary-lang
best regards
akapuma
Still valid
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/16.0 Firefox/16.0 SeaMonkey/2.13a1
Build identifier: 20120712003002
You need to log in
before you can comment on or make changes to this bug.
Description
•