- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 11 Feb 2010 11:59:38 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3115
Karel Van der Gucht <karel@vandergucht.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |karel@vandergucht.de
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #2 from Karel Van der Gucht <karel@vandergucht.de> 2010-02-11 11:59:37 ---
This is part of my HTML.
<table summary="" cellspacing="0" cellpadding="0" class="emptyBox">
<tr>
<TD align="center">
<a href="http://validator.w3.org/check?uri=referer">
<img id="valid-html401" src="./img/valid-html401.png"
onmouseover="vdgFuss(this, true);" onmouseout="vdgFuss(this, false);"
alt="Valid HTML 4.01 Transitional" title="Valid HTML 4.01 Transitional"
height="24">
</a></TD>
<td align="center">
<a
href="http://jigsaw.w3.org/css-validator/validator?uri=http://www.pfarramt-essenbach.de/index.php?menu=Geschehen&submenu=ElternKindGruppenE">
<img id="vcss" height="24" src="./img/vcss.png" alt="Valid CSS" title="Valid
CSS" onmouseover="vdgFuss(this, true);" onmouseout="vdgFuss(this, false);">
</a></td>
</tr></table>
The URI will be truncated at the & (="&") sign (as described in 3115).
If you call the CSS-Validator-Service like this, you willget an answer that all
is ok but for the URI "until" the & and excluding the rest after "&".
The answer of the CSS-validator is:
Ergebnisse des CSS-Validators
http://www.pfarramt-essenbach.de/index.php?menu=Geschehen (CSS level 2.1)
Gratuliere! Keine Fehler gefunden.
The part "submenu=ElternKindGruppenE" is MISSING.
kind regards
Karel Van der Gucht
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 11 February 2010 11:59:39 UTC