Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

mutliple lang displayed #70

Open
stevefaulkner opened this issue Feb 4, 2015 · 1 comment
Open

mutliple lang displayed #70

stevefaulkner opened this issue Feb 4, 2015 · 1 comment
Assignees
Labels

Comments

@stevefaulkner
Copy link
Contributor

using latest 64bit build on windows 8.1
go to http://www.paciellogroup.com/resources/wat/
select doc info - show lang attributes
[html:en-US] [html:en-US] is displayed

may be due to multiples in code:
<!--[if IE 7]>
<html class="ie ie7" lang="en-US">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" lang="en-US">
<![endif]-->

@matatk
Copy link
Contributor

matatk commented Feb 4, 2015

If we're querying the DOM to get the language attribute of "the" <html> element, then there should only be one <html> element as seen by IE, though maybe this is somehow having an effect.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants