我们是否需要检查我们的网站在 Firefox 3.5 和 3.6 上的兼容性?
我们是否需要在 Firefox 3.5 和 3.6 上检查我们的网站的
- XHTML CSS 布局
- 以及 sIFR 和 j
- 查询/javascript 代码兼容性?
如果我的 xhtml 和 css 有效。
如果我将 3.5 升级到 3.6,那么我还必须检查 3.5 的网站吗?或者两者都会以相同的方式呈现。如果 3.6 呈现不同,那么我不会升级,因为 3.6 没有太多用户群,目前这需要时间。
Do we need to check our sites on Firefox 3.5 and 3.6 both for
- XHTML CSS layout
- and sIFR and j
- query/javascript code compatibility?
If my xhtml and css is valid.
If i upgrade my 3.5 to 3.6 then will i have to check site with 3.5 also. or both will render in same way. if 3.6 render differently then i would not upgrade because 3.6 has not much userbase as for now it will take time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的网站是使用有效的 xhtml 和 css 编写的,则 3.5 到 3.6 几乎没有区别。只有当他们的开发人员也遵守严格的开发规则(他们通常会这样做)时,像 sIFR 这样的东西才能继续正常工作。
如果您仍然担心,请参阅发行说明。
If your site is written with valid xhtml and css, there will be little-to-no difference from 3.5 to 3.6. Things like sIFR will only continue to work properly if their developers adhered to strict development rules as well, which they generally do.
If you're still concerned, consult the release notes.
对于任何新版本的浏览器,无论是 Firefox 还是其他浏览器,无论是小修改还是大修改,对于 Web 开发人员/设计人员来说,阅读发行说明始终是一个好习惯。
Firefox/Mozilla 也为开发人员提供了一个专门的网站。查看 https://developer.mozilla.org/En/Firefox_3.6_for_developers
基于根据你的描述,应该没有任何问题,但不要相信我的话:)
For any new release of browsers, be it Firefox or others, minor or major revisions, it's always a good practice for web developers/designers to read the release notes.
Firefox/Mozilla has a dedicated site for developers for this as well. Check out https://developer.mozilla.org/En/Firefox_3.6_for_developers
Based on what you have described, there's shouldn't be any issue, but don't take my words for it :)