long7181226 / compatibility-detector

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

RT3001 img_text_decoration #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
第一次测试:误报 60%

---------------------------------------------------------[误报]

仅当图片的 ‘display’ 是 ‘inline’ 或 ‘inline-block’ 
时才有此问题,其他情况无此问题。RT3001 
文章中未提及这点,补充中(20100917)。
另外,图片的父元素是块级元素但未设定 text-decoration 
时,图片也不受影响。

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

URL:
http://ent.sina.com.cn/
http://zj.zol.com.cn/
http://www.56.com/
http://video.soso.com/

误报:当图片为绝对定位或固定定位时误报。

测试用例:
img-text-decoration-absolute-fixed.html

漏报:当图片的父元素为行内元素时漏报。

测试用例:
img-text-decoration-inline-parent.html

漏报:当图片的两侧有空格(全角、半角 + 
white-space:pre)时漏报。

测试用例:
img-text-decoration-inline-white-space.html

-----------------------------------------------------------------------

第二次测试:误报 95% (19/20)

注释:由于 chrome 9 dev 的渲染方式已经修改为与 IE Opera 
Firefox(Q) Chrome(Q) Safari(Q) 
一致,此处的误报数量为所有浏览器表现均相同的 URL 数量。

---------------------------------------------------------[误报]

除 IMG 
外,不存在其他行内元素时,所有浏览器都不产生下划线。

测试用例:
text_decoration_warp_once_img.html

URL:
http://www.nbc.com/
http://www.rightpundits.com/?p=7603
http://edmonton.kijiji.ca/
http://www.theupsstore.com/Pages/index.aspx
http://www.flashget.com/index_en.html
http://www.ebgames.com//
http://www.whatsontv.co.uk/
http://www.waldenu.edu/
http://www.usgs.gov/
http://www.tourism.gov.my/
……

Original issue reported on code.google.com by qianbao...@beyondsoft.com on 16 Nov 2010 at 7:19

Attachments:

GoogleCodeExporter commented 9 years ago

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