CommentLuv Plugin Validation by Validome

April 16, 2008 – 11:32 pm by Dani Iswara

I tried to make CommentLuv (WordPress plugin) code valid XHTML 1.1 based on Validome.org validator.

I got these kind of errors:

Error: input is not allowed here. Missing `ins`, `del`, `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `p`, `div`, `address`, `fieldset`-Tag.
Error Position: <input name=’luv’ id=’luv’ value=’luv’ type=’checkbox’ style=’width:auto;’

Error: label is not allowed here. Missing `ins`, `del`, `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `p`, `div`, `address`, `fieldset`-Tag.
Error Position: le=’width: auto;’ checked=”checked” /><label for=’luv’><!- - Added by Comment

Here is my way.

Login to your WordPress dashboard » Plugins » Edit (CommentLuv).
You can try Admin Drop Down Menu plugin for better admin menu management.
This is my CommentLuv plugin code (find these section; div and small as added tags) :

echo "<div><input name='luv' id='luv' value='luv' type='checkbox' style='width: auto;'";
if(get_option('cl_default_on')=="TRUE") { echo ' checked="checked" ';}
echo "/><label for='luv'><small><!- - Added by CommentLuv Plugin v1.7 - Andy Bailey @ www.fiddyp.co.uk- ->".$cl_under_comment."</small></label></div>";

Press ‘Update File’.
Check your web page validation using Validome.org (Validome XHTML Validator is more Strict). :)

Share :
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • Live
  • Technorati
  • YahooMyWeb
  • Furl
  • Ma.gnolia
  • NewsVine
  • StumbleUpon
Cite - CommentLuv Plugin Validation by Validome!
- Dani Iswara - Indonesia.

Last updated: Friday, May 16, 2008 at 7:52 am

You are free to share (copy, distribute and transmit) this blog post under the similar license (Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported; CCA-NC-ND 3.0 Unported). Please put these link on your copy:
Taken from: CommentLuv Plugin Validation by Validome by Dani Iswara (Dani Iswara .Net).

2 Responses (1 Trackback/s) to “CommentLuv Plugin Validation by Validome”

2. By dani on Jul 17, 2008 at 12:46:04
Using Konqueror Konqueror 3.5 on Linux Linux

I guess I have problem with the ATRC, so I have deleted this plugin :(

1 Trackback(s)

  1. May 17, 2008: CommentLuv Plugin Passes WCAG 2.0 by ATRC - Dani Iswara .Net - Indonesia Physician Weblog

Post a Comment

You may read again from the Top

  • Strict XHTML (semantic markup) tags allowed (see Site Help - Leaving Comment)
  • All tags must be properly closed
  • Comment contains some words (eg. URLs) will be held in moderation
  • Paragraphs and line breaks are automatically converted
  • Keep relevant. Inappropriate comments may be edited, moderated, or removed
  • To have image beside your comment, get Gravatar!