ie8调试网络

By now most of you will probably have read the article posted today on A List Apart, Beyond DOCTYPE: Web Standards, Forward Compatibility, and IE8.

到目前为止,你们中的大多数人可能已经阅读了今天发表在DOCTYPE之外的列表之外的文章:Web标准,前向兼容性和IE8 。

In a nutshell, the new http-equiv=“X-UA-Compatible” instruction will let you tell Internet Explorer to render the page in the manner of a particular IE version. If you have developed for IE7 you can place a meta element into the head of your document that tells Internet Explorer to render that page as IE7. When IE8 comes out, your page will still render as it did in IE7 regardless of whether rendering bugs have been fixed or support has been added for things in IE8, the page will still display as in the earlier browser.

简而言之,新的http-equiv =“ X-UA-Compatible”指令将使您告诉Internet Explorer以特定IE版本的方式呈现页面。 如果您是为IE7开发的,则可以在文档的头部放置一个meta元素,告诉Internet Explorer将该页面呈现为IE7。 当IE8发布时,无论是否已修复渲染错误或是否已为IE8中的内容添加支持,您的页面仍将像IE7中一样呈现,该页面仍将显示为较早的浏览器。

So what is wrong with this picture? I believe that it will encourage the practice of developing for specific browsers. A practice we have tried to discourage since the days we all had to build two versions of our sites, one for Netscape and one for IE. It will also mean that the large number of developers who code solely for Internet Explorer and who, in the last couple of years, have been forced to update their methods due to IE7 having better standards support can now code purely for a specific version of IE, thus leaving large chunks of the web frozen in time – not taking advantage of improvements that would benefit all of their users.

那么这张照片怎么了? 我相信这将鼓励针对特定浏览器进行开发的做法。 自从我们所有人都不得不构建站点的两个版本以来,我们一直试图阻止这种做法,一个版本用于Netscape,另一个版本用于IE。 这也意味着大量仅使用Internet Explorer进行编码的开发人员,并且由于IE7具有更好的标准支持而在过去的几年中被迫更新其方法,现在可以仅针对特定版本的IE进行编码。 ,从而使大量的网络无法及时冻结–没有利用使所有用户受益的改进措施。

However it gets worse. This feature isn’t simply lurking in Internet Explorer, ready to be invoked by people who think it is a good idea. By default, if you do not add any meta tag to your document, or send it as a header from the server, then your website will display as IE7 … forever. As Jeremy Keith explains so well, this means that if you have used a CSS feature currently unsupported in IE7, when IE8 comes out – despite it supporting that feature – it won’t render your page with it as it will be rendering as IE7. I know this sounds bizarre, but IE8 will only render your pages as IE8 if you tell it to. There is the ability to set IE=edge so you get the terrifying unknown thing that is the latest version of the browser, but how many people will know or care enough to do this?

但是,情况变得更糟。 此功能不只是潜伏在Internet Explorer中,还可以被认为是个好主意的人调用。 默认情况下,如果您没有在文档中添加任何元标记,也没有将其作为标头从服务器发送出去,那么您的网站将永远显示为IE7。 正如Jeremy Keith很好地解释的那样 ,这意味着,如果您使用的是IE7当前不支持的CSS功能,则IE8推出时(尽管它支持该功能)将不会像使用IE7那样呈现您的页面。 我知道这听起来很奇怪,但是如果您告诉IE8IE8只会将您的页面呈现为IE8 。 可以通过设置IE = edge来获得最新版本的浏览器,这真是令人恐惧的事情,但是有多少人会知道或足够关心这样做呢?

I feel this is a huge step back, and if it does happen, the full implications won’t be seen until a few years down the line when we are dealing with JavaScript libraries and widgets hugely bloated in size due to the need to maintain support for legacy browser versions because current browser versions still render as them despite the actual browser having very little usage. When we are seeing sites strangely frozen in time along with development teams with skills similarly stagnated. Once of the good things about Microsoft beginning browser development once again with IE7 was that it meant people did have to update their skills to support the latest Microsoft browser.

我觉得这是一个巨大的退步,而且如果确实发生了,那么直到几年以后,由于需要维护支持,我们处理JavaScript库和小部件的数量大大膨胀时,才能看到全部含义。对于旧版浏览器,因为尽管实际的浏览器使用率非常低,但当前的浏览器版本仍按其渲染。 当我们看到站点和开发团队的时间停滞不前时,它们被奇怪地冻结了。 Microsoft再次使用IE7开始浏览器开发的好处是,这意味着人们必须更新技能以支持最新的Microsoft浏览器。

New versions of browsers should behave, by default, as the version that they are. If there is to be any rendering engine switch, and I believe it to be a bad thing entirely, it should involve opting out of the default standards compliant mode. I also believe that any ‘solution’ like this, should be a solution developed by all major browser vendors, along with the W3C. This all feels like the browser wars all over again, and I don’t want to go back there!

默认情况下,新版本的浏览器的行为应与它们的版本相同。 如果要进行任何渲染引擎切换,并且我认为这完全是一件坏事,那应该包括选择退出默认的标准兼容模式。 我也相信,任何这样的“解决方案”都应该是所有主要浏览器供应商以及W3C共同开发的解决方案。 这一切都感觉浏览器又一次大战,我不想回到那里!

Finally, I believe this is a solution to a problem that was actually becoming less of a problem since IE7. It is a problem that is going away. The “broken sites” caused by the release of IE7 seem to have been, in the main, fairly small differences in rendering and those of us who developed to web standards found we had very few changes to make, if any. The move to Web Standards is the solution to the problem of new browsers “breaking” sites, and just as it starts to look as if there could be a light at the end of the tunnel Microsoft appear to want to call a feature freeze on the web.

最后,我相信这是对自IE7以来实际上已不再是一个问题的解决方案。 这是一个即将消失的问题。 IE7的发布造成的“损坏的站点”在渲染方面似乎主要是很小的差异,而那些按照Web标准进行开发的人发现,几乎没有什么变化。 转向Web标准是解决新浏览器“破坏”网站问题的解决方案,并且它似乎开始看起来像是在隧道尽头时,微软似乎希望将功能冻结。网络。

翻译自: https://rachelandrew.co.uk/archives/2008/01/22/ie8-and-the-future-of-the-web/

ie8调试网络


http://www.taodudu.cc/news/show-5988487.html

相关文章:

  • html中ie9文档模式,IE9:强制IE9浏览器模式和文档模式(IE9: Force IE9 browser mode and document mode)...
  • onethink复制、移动按钮IE8不兼容
  • css设置打印样式@page
  • css中设置首行文本缩进的属性是,css如何设置首行文字缩进?
  • 安全 创新 实践|海泰方圆受邀参加“数字时代的网信创新与价值共创”技术交流研讨会
  • 科技云报道:信创基础设施迎来“升级潮”,可持续性架构成关键技术
  • 证券市场红周刊丨六大关键词回望金融科技关键之年,2020再出发!
  • 香港证监会:ICO在港受证券法规监管
  • 「图灵奇点」将应收账款证券化,区块链协作缩短尽调时间
  • 12月第4周业务风控关注 | 国家网信办集中专项整治App乱象:关停3469款App
  • 简报 | 网信办:区块链信息需提供商备案
  • 【小随笔】你更喜欢哪个红(附代码)
  • 太阳能与动植物之间的相关性 环境影响都是重要考虑
  • python: turtle绘制有趣的小图像合集
  • 今季新款太阳眼镜完全推荐
  • 想和太阳肩并肩?扒一扒那些上天入海的阿里小二
  • 美国住宅太阳能:买家的市场
  • 太阳直射点纬度计算公式_高中地理——每日讲1题(气压带与风带、地方时、太阳高度角)...
  • 微信小程序——安卓可能遇到的卡顿问题解决方案
  • 测试点提取
  • 小程序后台登录(非微信登录)
  • 微信公众号采集教程、附详细分析过程
  • 【转】是时候结束项目了吗?
  • 数学家对数学的论述
  • 爱立信(转自网上)
  • io.open和open_在Open Org读书俱乐部,我们让火花飞扬
  • 爱立信亚太区CTO:预计全球在2021年会有280亿联网设备
  • 智慧与魅力并存:盘点全球最性感迷人的 14 大创业公司 CEO
  • 《关于在github上骂人被github教育写保证书这件事》
  • 很有素质的骂人方法 = =!

ie8调试网络_IE8和网络的未来相关推荐

  1. android 网络调试工具,安卓网络调试助手

    安卓网络调试助手源码是一款专门为专业人士准备的安卓网络调试软件,安卓网络调试助手apk支持各种进制的转换发生和多种端口协议,让用户操作起来更加方便,安卓网络调试助手源码有着专业的操作流程,帮助用户快速 ...

  2. 让网络更轻盈——网络功能虚拟化技术的现状和未来(中兴通讯)

    让网络更轻盈--网络功能虚拟化技术的现状和未来 2014-08-19     作者:周宇翔(中兴通讯) 随着智能终端和移动互联网的发展,"通信"早已脱离传统的话音和短信,人与人广泛 ...

  3. 网络空间地图,绘未来无限可能

    网络空间.地理空间和社会空间的相互映射,绘制三位一体的网络空间地图.仅仅是听到这句话,就感觉已经向未来穿越了五十年.似乎美国大片里面的场景已经真实的发生在身边. 生化危里面的红孩,终结者里的天网的模样 ...

  4. 网络不抖,创新才有!新华三用确定性网络铺就互联网的无限未来

    高铁再快也快不过飞机,并且,很多打折机票也并不比高铁票更贵.那么,在有航班可选的情况下,为何还有不少人选择高铁出行? 相对于速度更快的飞机,高铁除了乘坐空间更大.可接打电话之外还有一个核心优势--准点 ...

  5. 2022年全球与中国USB网络摄像头市场现状及未来发展趋势

    2022-2028全球与中国USB网络摄像头市场现状及未来发展趋势 根据QYR(恒州博智)的统计及预测,2021年全球USB网络摄像头市场销售额达到了 亿美元,预计2028年将达到 亿美元,年复合增长 ...

  6. 清华大学网络研究院-绿盟科技集团共建“未来互联网安全联合研究中心(JCFIRST)...

    近日,清华大学网络研究院-绿盟科技集团共建"未来互联网安全联合研究中心(JCFIRST)"(以下简称"联合研究中心")揭牌仪式在清华大学网络空间安全态势感知中心 ...

  7. 网络管理员和网络工程师的区别

    网络管理员和网络工程师的区别 一.网络管理员和网络工程师的区别是什么?     网络工程师和网络管理员,先从名字上考虑一下,网络工程师很简单,就是以项目为主的工程师,这些工程偏向于网络工程系统集成项目 ...

  8. k8s网络之Calico网络

    Calico 是一种容器之间互通的网络方案.在虚拟化平台中,比如 OpenStack.Docker 等都需要实现 workloads 之间互连,但同时也需要对容器做隔离控制,就像在 Internet ...

  9. Network 之四 常用 Linux 网络命令及网络调试工具介绍

    网络互连模型 主要就是值得 OSI 参考模型与 TCP/IP 五层模型: 下面再来一张详细点的(来源于科来网络): 网络命令   目前,我们常用的网络相关的命令有两大类:net-tools 和 ipr ...

最新文章

  1. hive2.1.1安装配置
  2. SQL Server 行转列,列转行
  3. DefaultHashOperations multiget的一个坑
  4. 【随笔】JVM核心:JVM运行和类加载
  5. python 线性回归_Python中的简化线性回归
  6. 北航计算机学院有河南的,北航计划在豫招生165人 河南多所高职公布预录名单...
  7. vbs 读unicode 编码格式的文件
  8. 系统架构设计师之备考攻略(2022年修订版)——一篇就够
  9. 智能电话机器人源码安装 部署好后,人工智能电话机器人,不仅仅是打电话而已!
  10. Java自学教程二:JavaWeb教程
  11. 一个毕业设计手机病毒软件查杀
  12. windows常用快捷命令大全总结
  13. 【笔记】用Python写百度翻译网络爬虫
  14. windows Delete键和Backspace键的区别
  15. IP Fragment攻击原理
  16. wamp3.1.0 X64下载链接(最新)
  17. Python将pdf转为png
  18. C语言sprintf函数解析(实现数据类型转换到字符串)
  19. Windows下的很多程序都有十分漂亮的菜单
  20. 生育应用程序Flo与FTC协议解决滥用健康数据问题

热门文章

  1. 北京双非计算机研究生,保护一志愿的35所宝藏院校!双非考研er看过来!
  2. vlan与交换机端口模式Access,Hybrid,Trunk
  3. Samba Ubuntu 服务器配置
  4. 如何搭建产品操作手册
  5. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc0 in position 0: invalid start byte
  6. js 常用正则表达式表单验证代码
  7. 浅谈ECCECDHECDSA
  8. Matlab实现姿态角变化可视化实时显示
  9. python 软件授权系统及注册机二(管理员注册机)
  10. 工业便携式嵌入式迷你工控主机