liunian / compatibility-detector

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

HA1003 align_middle #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
第一次检查结果:

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

当 ‘align=middle’ 被应用到 IFRAME / EMBED / HR 
上时,在各浏览器各模式中也没有差异。在 HA1003 
中最初是由于 EMBED 不属于 HTML 4 
规范的元素,因此没有提及。IFRAME 
是漏掉了,补充中……(20100920)

测试用例:
align_center_iframe_embed_hr.html

URL:
http://auto.ifeng.com/
http://bai.sohu.com/app/house/
http://bbs.chinanews.com.cn/home.shtml
http://blog.tianya.cn/
http://mail.tom.com/
...

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

当 ‘align=middle’ 被应用到 display 非 ‘inline’ ‘inline-block’ 
‘inline-table’ 的 IFRAME / EMBED / APPLET / IMG / OBJECT 
上时,在各浏览器各模式中也没有差异。(HR 
本来就是块级元素)

测试用例:
align_center_block_level_element.html

URL:
暂未发现

第二次检查结果:

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

TD 内  ‘align=middle’  在所有浏览器中均被解释为 
‘text-align:center’。各浏览器中无差异。(RCA中 FF 
已经升级将 TD 内  ‘align=middle’  解释为  
‘text-align:center’)

测试用例:
align_center_td_element.html

URL:
http://billing.mail.yahoo.com/bm/MailReg
http://support.dell.com/support/downloads/index.aspx?c=us&l=en&s=gen
http://crictime.com/live-cricket-streaming.htm
http://curezone.com/conversions.asp
http://netpnb.com/index.html
http://www.youtubedownloaderhd.com/
http://www.wheredoivotema.com/bal/myelectioninfo.php

Original issue reported on code.google.com by qianbao...@beyondsoft.com on 15 Nov 2010 at 10:57

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by wangju...@beyondsoft.com on 25 Nov 2010 at 11:50

Attachments:

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 wangju...@beyondsoft.com on 9 Dec 2010 at 6:15

GoogleCodeExporter commented 9 years ago
更改检测思路,根据 RCA 修改 detector 使检测更准确。

Original comment by wangju...@beyondsoft.com on 22 Dec 2010 at 5:15