[imps] differing results from our validator.nu instance and yours

Rancid Iodine rancid.iodine at gmail.com
Tue Apr 22 05:14:28 PDT 2014


Hi Michael, and everyone else on the list.

We updated our validator.nu servlet instance on April 8th to iron out some
report discrepancies between our instance and validator.nu's, but then some
new changes were made to the upstream source on April 9th as seen here:
https://bitbucket.org/validator/build/src ...

Anyway right after that some new discrepancies came up in a report, as seen
here:


   1.

   *Info*: The Content-Type was text/html. Using the HTML parser.
   2.

   *Info*: Using the schema for HTML5 + SVG 1.1 + MathML 3.0 + RDFa Lite
   1.1.
   3.

   *Error*: Attribute rel not allowed on element
div<http://www.whatwg.org/specs/web-apps/current-work/#the-div-element>at
this point.

   From line 61, column 25612; to line 61, column
25658<http://validator13x.bbc.redbeemedia.net:8888/#l61c25658>

   a></h4> *<div rel="publication" typeof="BroadcastEvent">* <p c
   Attributes for element
div<http://www.whatwg.org/specs/web-apps/current-work/#the-div-element>
   :Global attributes<http://www.whatwg.org/specs/web-apps/current-work/#global-attributes>
   4.

   *Error*: Attribute datatype not allowed on element
p<http://www.whatwg.org/specs/web-apps/current-work/#the-p-element>at
this point.

   From line 61, column 25661; to line 61, column
25784<http://validator13x.bbc.redbeemedia.net:8888/#l61c25784>

   tEvent"> *<p class="programme__broadcast-date micro"
   property="startDate" datatype="xsd:dateTime"
   content="2014-04-06T19:00:00+01:00">*Sun 6
   Attributes for element
p<http://www.whatwg.org/specs/web-apps/current-work/#the-p-element>
   :Global attributes<http://www.whatwg.org/specs/web-apps/current-work/#global-attributes>
   5.

   *Error*: Attribute content not allowed on element
p<http://www.whatwg.org/specs/web-apps/current-work/#the-p-element>at
this point.

   From line 61, column 25661; to line 61, column
25784<http://validator13x.bbc.redbeemedia.net:8888/#l61c25784>

   tEvent"> *<p class="programme__broadcast-date micro"
   property="startDate" datatype="xsd:dateTime"
   content="2014-04-06T19:00:00+01:00">*Sun 6
   Attributes for element
p<http://www.whatwg.org/specs/web-apps/current-work/#the-p-element>
   :Global attributes<http://www.whatwg.org/specs/web-apps/current-work/#global-attributes>
   6.

   *Error*: Attribute datatype not allowed on element
meta<http://www.whatwg.org/specs/web-apps/current-work/#the-meta-element>at
this point.

   From line 61, column 25811; to line 61, column
25897<http://validator13x.bbc.redbeemedia.net:8888/#l61c25897>

   9:00</p> *<meta property="endDate" datatype="xsd:dateTime"
   content="2014-04-06T21:05:00+01:00" />*
   Attributes for element
meta<http://www.whatwg.org/specs/web-apps/current-work/#the-meta-element>
   :Global attributes<http://www.whatwg.org/specs/web-apps/current-work/#global-attributes>
   name <http://www.whatwg.org/specs/web-apps/current-work/#attr-meta-name>
   http-equiv<http://www.whatwg.org/specs/web-apps/current-work/#attr-meta-http-equiv>
   content<http://www.whatwg.org/specs/web-apps/current-work/#attr-meta-content>
   charset<http://www.whatwg.org/specs/web-apps/current-work/#attr-meta-charset>
   7.

   *Error*: Attribute rel not allowed on element
span<http://www.whatwg.org/specs/web-apps/current-work/#the-span-element>at
this point.

   From line 61, column 25904; to line 61, column
25994<http://validator13x.bbc.redbeemedia.net:8888/#l61c25994>

   " /> *<span rel="publishedOn" typeof="BroadcastService"
   resource="http://www.bbc.co.uk/bbcthree
<http://www.bbc.co.uk/bbcthree>">*<meta

   Attributes for element
span<http://www.whatwg.org/specs/web-apps/current-work/#the-span-element>
   :Global attributes<http://www.whatwg.org/specs/web-apps/current-work/#global-attributes>

The http://validator.nu gives only one completely unrelated error for this
relevant url, so I updated our instance, but ours STILL gives the above
errors. I'm a bit confused why this should be the case.

The advice used to be to start the instance as follows:

python build/build.py --w3cbranding all & ... in order for the servlet to
"update itself" but I see the --w3cbranding option is no longer valid these
days.

Assuming the problem is that we're not starting the instance with the right
flags [?], can anyone suggest the right flags to guarantee the
"SelfUpdate()" ?

In fact I just started it in the simplest way possible as far as I know:

python build/build.py all & (this should make the servlet update itself
also, according to what can be seen in build.py)

- but the resulting o/p for a particular url is the same - different from
the validator.nu instance - showing the same 7 errors above.

It has to be something obvious I'm missing here. Can anyone see what it is?

Thanks for your comments!

Andrei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/implementors-whatwg.org/attachments/20140422/4c405649/attachment.htm>


More information about the Implementors mailing list