[w3m-dev 03936] <table> 内の無意味な <center> タグについて

SAKAI Kiyotaka <[email protected]>
Newsgroups gmane.comp.web.w3m.devel
Message-ID <[email protected]>
添付した html にあるような、<table> 内に無意味な <center> タグを入れて
いるページがありました。このページを w3m で表示するとテーブルの表示が
乱れてしまいます。

しかし、Netscape や IE で表示しても問題なく表示されることから判断する
と、このような <center> タグは w3m でも無視して表示するのが正しいと思
うのですが、いかがでしょうか?

-- 
酒井 清隆 (E-mail: [email protected])
test.html (text/html, 469 B)
<html>
<head>
<title>test</title>
</head>

<body>
<table border>
  <center>
  <tr>
    <td>01</td>
    <td>02</td>
    <td>03</td>
    <td>04</td>
  </tr>

  <tr>
    <td>11</td>
    <td>12</td>
    <td>13</td>
    <td>14</td>
  </tr>
  </center>

  <tr>
    <center>
      <td>21</td>
      <td>22</td>
    </center>
    <td>23</td>
    <td>24</td>
  </tr>

  <tr>
    <td>31</td>
    <td>32</td>
    <td>33</td>
    <td>34</td>
  </tr>
</table>

<hr>
</body>
</html>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.