long7181226 / compatibility-detector

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

RD1002 overflow #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
第一轮测试:有误报 (分析多个 URL 暂未发现但不应该是极少)

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

当一个元素的包含块被浮动元素占据了部分空间时,由于 
WebKit 的 margin 计算值的问题导致判断失误。

测试用例:
img-text-decoration-block.html

---------------------------[误报] #2

当一个元素设置了相对定位时判断有失误。关于此问题请参��
� RD1002 “问题分析”部分的“注2.1 和 2.2”。

测试用例:
overflow-relative.html

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

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 2 Dec 2010 at 3:16

GoogleCodeExporter commented 9 years ago
将一个元素的 'display' 设置为 'none' 后可以通过 getComputedStyle 
得到真正的计算值。
负的 'margin' 和设置了偏移量的 'relative' 定位的元素在 IE6 
IE7(Q) IE8(Q) 中不会撑大其容器。

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

GoogleCodeExporter commented 9 years ago

Original comment by sundongg...@beyondsoft.com on 6 Dec 2010 at 10:24