<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Table element &quot;border&quot; value of frame attribute expanded incorrectly (wrong DOM &amp; rendering)"
   href="https://bugs.webkit.org/show_bug.cgi?id=152684">152684</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Table element &quot;border&quot; value of frame attribute expanded incorrectly (wrong DOM &amp; rendering)
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Safari 9
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Mac OS X 10.10
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Minor
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Tables
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>nickshanks&#64;nickshanks.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The HTML code &lt;table border&gt; is shorthand for &lt;table frame=border&gt; (&quot;border&quot; is a unique NMTOKEN for the frame attribute, so is allowed to be specified with no attribute name) but the two produce a different DOM (they should be identical) and render differently from each other (a consequence of the DOM error).

The expansion of &lt;table border&gt; needs to change so that the DOM matches &lt;table frame=border&gt;. Optionally (and I would expect more compatible with the internet) the rendering of &lt;table frame=border&gt; should change to match what &lt;table border&gt; is currently doing, with &lt;table frame=box&gt; being solely responsible for the current rendering.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>