LPicker / compatibility-detector

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

RX3007 font_style_element_affects_css #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
第一轮测试:有误报(31.6% [6/19])

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

若父元素为设置了 ‘text-decoration : none’ 的 A 
元素,则各浏览器表现一致。

测试样例:
A_with_text-decoration_none.html

URL:
http://fund.eastmoney.com/
http://mil.news.sina.com.cn/
http://my.paipai.com/hongbao.shtml
http://stock.eastmoney.com/newstock.html
http://video.sina.com.cn/
http://www.yahoo.com

---------------------------[用法有问题,没有实际视觉影响] #1

若元素为设置了 ‘text-decoration : none’ 的不可见元素(如 BR 
或 ‘display : none’ 的内联元素)、空元素或应用 
‘text-decoration’ 无效的元素(如 IMG 
HR)时各浏览器表现一致。

测试样例:
invisible_or_text-decoration_no_affect_element.html

URL:
http://blog.tianya.cn/
http://mil.news.sina.com.cn/

---------------------------[用法有问题,没有实际视觉影响] #2

Chrome 中由于 A 标签作用于其内 ‘text-decoration : none’ 
的子元素的 ‘text-decoration : underline’ 
被子元素背景遮盖,导致 Chrome 和 IE 中表现一致。
(新问题 RT3014:各浏览器中元素的 background 
会影响父元素渲染在自身的 text-decoration 
效果,暂定标题,待细研究)

测试样例:
background_cover_underline.html

URL:
http://fund.eastmoney.com/favor.html

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

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
第二轮测试:有误报 15% (3/20)

chrome 9 
渲染表现已于RCA中所测试版本不同,混杂模式问题已经被修��
�。
此处的误报结果为各浏览器显示一致的URL数量。

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

当处于 设置了 'text-decoration: underline;' 的标记包含 设置了  
'text-decoration: none;' 标记时
如果两标记的 'color' 
值相同,所有浏览器都产生下划线,并且下划线颜色一致。

测试用例:
font_style_element_affects_css.html

URL
http://www.fiat.com/cgi-bin/pbrand.dll/FIAT_COM/home.jsp
http://www.181st.net/
http://www.bestwestern.com/

Original comment by qianbao...@beyondsoft.com on 17 Nov 2010 at 7:46

Attachments:

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago

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