long7181226 / compatibility-detector

Automatically exported from code.google.com/p/compatibility-detector
Apache License 2.0
0 stars 0 forks source link

RE8014 stretched_cell_align #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
第一轮测试:有误报(极少)

---------------------------[误报] #1

在样式表中使用后代选择符+类选择符设定的单元格样式,在�
��内容撑大单元格时检测有误。

测试用例:
stretched-cell-align-css.html

URL:
检查出来的 URL 
中不存在以上现象。均非误报,但因为一般相差 10 
像素以内,很难看出差别。

Original issue reported on code.google.com by wangju...@beyondsoft.com on 16 Nov 2010 at 9:38

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by wangju...@beyondsoft.com on 19 Nov 2010 at 2:35

GoogleCodeExporter commented 9 years ago

Original comment by sundongg...@beyondsoft.com on 8 Dec 2010 at 10:20

GoogleCodeExporter commented 9 years ago

Original comment by luyua...@beyondsoft.com on 13 Dec 2010 at 8:21

GoogleCodeExporter commented 9 years ago

Original comment by luyua...@beyondsoft.com on 20 Dec 2010 at 3:40

GoogleCodeExporter commented 9 years ago
发现一个误报:
http://119.china.com.cn/
表格宽度等于各单元格宽度之和。这个应该没有问题。

Original comment by markhu...@google.com on 17 Feb 2011 at 5:06

GoogleCodeExporter commented 9 years ago
另一种情况:
http://bbs.xc.zj.cn/
<table width="960">
<tr>
<td width="700"></td>
<td width="700"></td>
<td width="250"></td>
</tr>
</table>

这样会有问题吗?

Original comment by markhu...@google.com on 17 Feb 2011 at 7:40

GoogleCodeExporter commented 9 years ago
这个页面有问题吗?
http://blog.soufun.com/29516433/10481599/articledetail.htm
/HTML/BODY#blogstencilbody/DIV[4].box/DIV[3].contentLayout/DIV[3].contentLayoutB
/DIV.componentsB/DIV[2].soufun_container/DIV[4].textcritique/TABLE/TBODY/TR[3]/T
D
<table width="100%">
<tr>
<td width="35" height="25" align="center">昵称</td>
<td>...</td>
</tr>
</table>

Original comment by markhu...@google.com on 17 Feb 2011 at 10:00