> -----Original Message----- > From: Gavin (JIRA) [mailto:j...@apache.org] > Sent: Tuesday, 13 January 2009 4:39 PM > To: dev@forrest.apache.org > Subject: [jira] Created: (FOR-1153) Dispatcher test site page fails HTML > Validation > > Dispatcher test site page fails HTML Validation > ----------------------------------------------- > > Key: FOR-1153 > URL: https://issues.apache.org/jira/browse/FOR-1153 > Project: Forrest > Issue Type: Bug > Components: Example Sites, Plugin: internal.dispatcher, Plugin: > themes.core > Affects Versions: 0.9-dev > Reporter: Gavin > Assignee: Gavin > Fix For: 0.9-dev > > > Currently, the sample page fails validation for HTML in two places. > > Line 625, Column 28: required attribute "id" not specified. > <map name="my-map"> > > Line 662, Column 44: there is no attribute "target". > <a class="fork" href="../index.html" target="_blank"><a class="fork"
How do we propose fixing this 2nd issue? The problem we have is that we are validating the same document based on our document-v20 against two different DTDs, HTML 4.01 Transitional where the above is valid, and XHTML 1.0 Strict where it is not valid. This sample document that we are testing is supposed to be an example of all our elements in use. By using <a class="fork" .../> we are adding target="_blank" to the generated output which is not valid. So, do we remove this example, do we instead make it a non live link as a workaround so the validator does not process it, do we need to remove the use of 'fork' altogether so that we don't use 'target' ? Gav... > > Full details at:- > > http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fforrest.zones.apa > che.org%2Fft%2Fbuild%2Fforrest-sample-2%2Fsamples-b%2Fsample.html > > > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > > > -- > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.552 / Virus Database: 270.10.6/1888 - Release Date: 1/12/2009 > 7:04 AM