Bug 707834

Summary: The document "Configuration of http-server" is invalid
Product: [openSUSE] openSUSE 11.4 Reporter: Christopher Yeleighton <giecrilj>
Component: YaST2Assignee: Martin Vidner <mvidner>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Minor    
Priority: P4 - Low CC: jreidinger, tgoettlicher
Version: Final   
Target Milestone: ---   
Hardware: i686   
OS: openSUSE 11.4   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Christopher Yeleighton 2011-07-23 12:24:41 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

(I report it here because it contains white text on a pale background, making the whole thing unreadable)

Reproducible: Always

Steps to Reproduce:
1. 
Validate the document "Configuration of http-server" 
<URL: file:///usr/share/doc/packages/yast2-http-server/autodocs/intro.html >

Actual Results:  
1.
Validation Output: 1 Error 
Error Line 4, Column 1: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml

Expected Results:  
1. The document should contain valid XHTML.
Comment 1 Thomas Göttlicher 2011-08-05 14:06:40 UTC
The documentation is automatically generated by ycpdoc contained in yast2-devtools. Reassigning to maintainer.
Comment 2 Martin Vidner 2011-08-05 15:15:34 UTC
(In reply to comment #0)
> (I report it here because it contains white text on a pale background, making
> the whole thing unreadable)

Do you have a dark theme with white text?

> Validate the document "Configuration of http-server" 
> <URL: file:///usr/share/doc/packages/yast2-http-server/autodocs/intro.html >

Which command do you use? This one is fine:
  xmllint --noout /usr/share/doc/packages/yast2-http-server/autodocs/intro.html
Comment 3 Christopher Yeleighton 2011-08-05 16:26:14 UTC
(In reply to comment #2)
> (In reply to comment #0)
> > (I report it here because it contains white text on a pale background, making
> > the whole thing unreadable)
> 
> Do you have a dark theme with white text?

KDE, Obsidian Coast.

> 
> > Validate the document "Configuration of http-server" 
> > <URL: file:///usr/share/doc/packages/yast2-http-server/autodocs/intro.html >
> 
> Which command do you use? This one is fine:
>   xmllint --noout /usr/share/doc/packages/yast2-http-server/autodocs/intro.html

This is well-formed but invalid because the #FIXED attribute /html[@xmlns] is not present.

<URL: http://validator.w3.org/ >
Comment 4 Josef Reidinger 2014-11-04 14:20:38 UTC
we no longer use ycpdoc and yard have it fixed