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 10218 - Valid textarea/fileupload input produces bad re-validation URL
Summary: Valid textarea/fileupload input produces bad re-validation URL
Status: NEW
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: text area (show other bugs)
Version: CSS Validator
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-21 16:11 UTC by Ville Skyttä
Modified: 2012-11-25 13:23 UTC (History)
0 users

See Also:


Attachments
patch for the revalidation (683 bytes, application/octet-stream)
2012-11-25 13:23 UTC, Andreas
Details

Description Ville Skyttä 2010-07-21 16:11:48 UTC
When submitting valid CSS via textarea or fileupload, the CSS validator says:

----
If you would like to create a link to this page (i.e., this validation result) to make it easier to re-validate this page in the future or to allow others to validate your page, the URI is:

http://jigsaw.w3.org/css-validator/validator$link
or
http://jigsaw.w3.org/css-validator/check/referer (for HTML/XML document only)
----

The first link is obviously just broken (literal $link in output), one quick fix would be to just remove it and the "or" in textarea and fileupload results.
Comment 1 Andreas 2012-11-25 13:23:07 UTC
Created attachment 1250 [details]
patch for the revalidation

Simple patch to fix that problem.