This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 12666 - CONTENT_FORMAT_SUPPORT-5: missed namespace in multiline <html> tag
Summary: CONTENT_FORMAT_SUPPORT-5: missed namespace in multiline <html> tag
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: fd
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-17 10:54 UTC by fd
Modified: 2011-09-01 12:24 UTC (History)
0 users

See Also:


Attachments

Description fd 2011-05-17 10:54:20 UTC
Raised in
---------
http://lists.w3.org/Archives/Public/public-mobileok-checker/2011May/0000.html

Bug
---
When the xmlns attribute is not on the same source line as the html element declaration, the mobileOK checker erroneously report a CONTENT_FORMAT_SUPPORT-5 message.

Example
-------
<html lang="nl" xml:lang="nl"
   xmlns="http://www.w3.org/1999/xhtml">
Comment 1 fd 2011-05-17 10:58:19 UTC
See also Bug 5359
Comment 2 fd 2011-09-01 12:24:59 UTC
Regular expression and loop updated in XhtmlContent.java to account for the possibility.