After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 300049 - Generated tags aren't XHTML 1.0 Strict compliant
Generated tags aren't XHTML 1.0 Strict compliant
Status: RESOLVED FIXED
Product: drivel
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Todd Kulesza
Todd Kulesza
Depends on:
Blocks:
 
 
Reported: 2005-04-10 02:21 UTC by Kurt McKee
Modified: 2005-04-12 03:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix li, b, and i tags (695 bytes, patch)
2005-04-10 02:22 UTC, Kurt McKee
none Details | Review
Patch to fix u and strike tags (608 bytes, patch)
2005-04-12 03:37 UTC, Kurt McKee
none Details | Review

Description Kurt McKee 2005-04-10 02:21:31 UTC
Version details: 1.3.2

LiveJournal and Wordpress claim XHTML 1.0 Transitional compliance, but Blogger
claims XHTML 1.0 Strict. In those cases, the lack of an </li> tag being
generated immediately encourages broken tags. However, since Blogger is
supported and wants XHTML 1.0 Strict, bold and italics should be handled as
"strong" and "em".

I haven't fixed underline or strike, because that would require embedding a
longer string using <span style=...>, and I don't know what that would do to a
user's mind.
Comment 1 Kurt McKee 2005-04-10 02:22:25 UTC
Created attachment 45096 [details] [review]
Patch to fix li, b, and i tags
Comment 2 Todd Kulesza 2005-04-11 21:23:45 UTC
Thanks, I've committed this to CVS.  Feel free to expriment with XHTML tags for
other formatting functions--hopefully there will soon be a WYSIWYG editor
component for people who truly don't care about the markup, allowing us to be as
strict as we like about standards compliance.
Comment 3 Kurt McKee 2005-04-12 03:37:39 UTC
Created attachment 45156 [details] [review]
Patch to fix u and strike tags

Here are the changes to upgrade underlining and striking to XHTML 1.0 Strict
compliance.