ThePacielloGroup / WebAccessibilityToolbar

Web Accessibility Toolbar for Internet Explorer
http://www.paciellogroup.com/resources/wat
Other
67 stars 23 forks source link

mutliple lang displayed #70

Open stevefaulkner opened 9 years ago

stevefaulkner commented 9 years ago

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 commented 9 years ago

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.