Bug 434259

Summary: Complete quotes for HTML attributes
Product: [openSUSE] openSUSE 11.1 Reporter: Markus Elfring <Markus.Elfring>
Component: YaST2Assignee: Thomas Göttlicher <tgoettlicher>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Minor    
Priority: P4 - Low CC: jengelh
Version: Factory   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: update suggestion

Description Markus Elfring 2008-10-10 11:03:50 UTC
Created attachment 244844 [details]
update suggestion

Some quotation marks are missing in parts of source files that generate HTML code.
http://www.w3.org/TR/html/#h-4.4

I suggest to fix some attribute specifications.
Example: http://svn.opensuse.org/svn/yast/trunk/qt-pkg/src
Comment 1 Thomas Göttlicher 2008-10-11 08:36:01 UTC
Thanks for your patch. I'll look into that soon.
Comment 2 Thomas Göttlicher 2008-10-13 12:55:17 UTC
Applied your patch. svn r52139.

Thank you.
Comment 3 Jan Engelhardt 2008-10-20 19:37:56 UTC
The TR does not say anything about using single quotes. So please do it correctly ;-)
Comment 4 Markus Elfring 2008-10-20 20:08:19 UTC
(In reply to comment #3 from Jan Engelhardt)

(X)HTML attribute values must be enclosed in either single or double quotation marks.
http://www.w3.org/TR/1999/REC-html401-19991224/intro/sgmltut.html#attributes
http://en.wikipedia.org/wiki/XHTML#Common_errors
http://de.selfhtml.org/html/xhtml/unterschiede.htm#anfuehrungszeichen