<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>24625</bug_id>
          
          <creation_ts>2014-02-12 00:25:38 +0000</creation_ts>
          <short_desc>Relax schema don&apos;t have table @border</short_desc>
          <delta_ts>2014-02-12 01:35:51 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML Checker</product>
          <component>General</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Takeshi Kurosawa">kurosawa-takeshi</reporter>
          <assigned_to name="Michael[tm] Smith">mike+validator</assigned_to>
          <cc>mike</cc>
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>100342</commentid>
    <comment_count>0</comment_count>
    <who name="Takeshi Kurosawa">kurosawa-takeshi</who>
    <bug_when>2014-02-12 00:25:38 +0000</bug_when>
    <thetext>After 015c9bcaf2f2 (https://bitbucket.org/validator/syntax/commits/015c9bcaf2f2) was committed, relax schema don&apos;t have table @border definition.

Thus Nu Markup Checker reports an error &quot;Attribute border not allowed on element table at this point.&quot; for &lt;table border&gt; in addition to &quot;Use CSS instead&quot;.

Nu Markup Checker should not report &quot;Attribute border not allowed&quot; and have table @border definition.

Related commit: https://bitbucket.org/validator/syntax/commits/015c9bcaf2f2
Related bug: Bug 23223</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>100349</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2014-02-12 01:35:51 +0000</bug_when>
    <thetext>(In reply to Takeshi Kurosawa from comment #0)
&gt; After 015c9bcaf2f2
&gt; (https://bitbucket.org/validator/syntax/commits/015c9bcaf2f2) was committed,
&gt; relax schema don&apos;t have table @border definition.

Yeah, that&apos;s by design. The definition for @border was moved to the legacy.rnc file, where other legacy markup features are defined.
 
&gt; Thus Nu Markup Checker reports an error &quot;Attribute border not allowed on
&gt; element table at this point.&quot; for &lt;table border&gt; in addition to &quot;Use CSS
&gt; instead&quot;.

No, as far as I can see, it doesn&apos;t:

http://validator.w3.org/nu/?doc=data:text/html;charset=utf-8,data:text/html;charset=utf-8,&lt;!DOCTYPE html&gt;&lt;title&gt;test&lt;/title&gt;&lt;table border&gt;&lt;/table&gt;

Instead, it says:

Warning: The border attribute on the table element is presentational markup. Consider using CSS instead. For example: table, td, th { border: 1px solid gray }

Are you testing from http://validator.w3.org/nu or are you testing a local instance? If you&apos;re testing a local instance, you may need to run &quot;./build/build.py all&quot; a couple times to get the instance. updated correctly.

&gt; Nu Markup Checker should not report &quot;Attribute border not allowed&quot;

It doesn&apos;t report &quot;Attribute border not allowed&quot;, as far as I can see.

&gt; and have table @border definition.

Dunno what you mean by that. By design, it&apos;s not intended to emit any message other than the &quot;Warning: The border attribute on the table element is presentational markup. Consider using CSS instead. For example: table, td, th { border: 1px solid gray }&quot; message.

Is there some other message you want it to emit in addition to that.

&gt; Related commit: https://bitbucket.org/validator/syntax/commits/015c9bcaf2f2

Yeah, I reverted that commit already.

&gt; Related bug: Bug 23223

That bug is about the @sortable attribute and it not really, because I&apos;ve not implemented @sortable support in the validator yet. There&apos;s not really much point in implementing it yet, since no browsers support it yet, and so I&apos;ll that I&apos;d have the validator do anyway is to omit a message saying &quot;The sortable attribute is not supported by browsers yet.&quot;

Please feel free to re-open this bug if you have more information about the @border problem.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>