edge 超链接自动更新
Yesterday on stage at An Event Apart in Seattle Rossen Atanassov responded to my 2014 email to Microsoft about my hopes that they would update their Grid Layout support, to let me know that they would now be starting work to do so. While this may be the slowest response to an email ever, I’m so excited to see Edge joining the browsers who have implemented the Grid spec, as it stands today. I have a huge amount of respect for the team there, and we shouldn’t forget that Grid started with that team. We have Microsoft to thank for the fact we have Grid Layout at all. From a totally personal point of view, the only way I managed to dig into Grid and get excited about it was because I had the implementation in IE10 to play with.
昨天,在西雅图西雅图活动中心的舞台上,罗森·阿塔纳索夫(Rossen Atanassov)回应了我2014年给微软的电子邮件,希望我能更新对网格布局的支持,让我知道他们现在将开始这样做。 尽管这可能是对电子邮件的最慢回复,但我很高兴看到Edge加入到今天实现了Grid规范的浏览器中。 我非常尊重那里的团队,我们不应该忘记Grid是从那个团队开始的。 我们要感谢Microsoft,因为我们完全拥有Grid Layout 。 从完全个人的角度来看,我设法深入Grid并对此感到兴奋的唯一方法是因为我可以使用IE10中的实现。
I dug out some of those early experiments and writing, if you have played with modern grid layout you may find these interesting. If you want to implement grid with support for older browsers you may find these useful.
我挖掘了一些早期的实验和写作,如果您使用现代的网格布局,您可能会发现这些有趣的东西。 如果您想通过支持较旧的浏览器来实现网格,则可能会发现这些功能很有用。
In December 2012 I wrote a piece about the IE10 implementation for 24 Ways, Giving Content Priority with CSS Grid Layout. This serves as a good introduction to what is possible with the IE10 implementation of grid layout. You can see many of the features that made it into the updated specification - and also some of the limitations which are now solved.
在2012年12月,我写了一篇关于IE10的24种方式的实现的文章, 通过CSS Grid Layout赋予了内容优先级 。 这很好地介绍了IE10实施网格布局的可能性。 您可以看到许多使其成为更新的规范的功能-以及现在已解决的一些限制。
In my book CSS3 Layout Modules 1st edition (January, 2013) I covered Grid alongside other “CSS3” layout ideas. That book also covered Regions and Exclusions, which also have implementations in IE10, 11 and Edge. I would love to see Exclusions implemented in more browsers.
在我的《 CSS3布局模块》第一版 (2013年1月)中,我介绍了网格以及其他“ CSS3”布局思想。 该书还介绍了区域和排除,它们在IE10、11和Edge中也有实现。 我希望在更多浏览器中实现排除规则。
In this video of my talk The New CSS Layout, recorded at Front Trends in 2013, I show IE examples, noting that the specification had just changed so I also demonstrate the new spec - despite not having a browser to show it in! This post also explains the differences between the IE10 implementation and the new 2013 Working Draft. Things have again moved on since then, however it is interesting to see how the specification evolved over time.
在我2013年在Front Trends上录制的“ The New CSS Layout”的视频中,我显示了IE示例,并指出该规范刚刚更改,因此我也演示了新规范-尽管没有浏览器来显示它! 这篇文章还解释了 IE10实施与新的2013工作草案之间的区别 。 从那时起,事情再次发生了变化,但是有趣的是,随着时间的推移,该规范是如何演变的。
如果需要支持IE10、11和当前Edge (If you need to support IE10, 11 and the current Edge)
It is worth remembering that while the IE10 implementation misses some features of new Grid, and some properties are different, it works very well as implemented. If you want to create fallback support for IE10, 11 and current Edge until the new implementation ships, then it is worth using. The implementation is -ms prefixed. You can write your IE grid code, alongside your new grid code quite safely. That 24 Ways article is a good guide to the IE implementation and I have some help for those wanting to create fallbacks in this post about the IE implementation and Autoprefixer support.
值得记住的是,尽管IE10实施缺少新Grid的某些功能,并且某些属性有所不同,但在实施时效果很好。 如果要在新实现发布之前为IE10、11和当前Edge创建后备支持,那么值得使用。 该实现以-ms为前缀。 您可以非常安全地与新的网格代码一起编写IE网格代码。 这篇24 Ways文章是IE实现的很好指南,对于那些希望在这篇帖子中创建有关IE实现和Autoprefixer支持的后备的人,我有所帮助。
I’m excited and encouraged by this news, and by the fact that the Edge team listened to your feedback and votes and made this work a priority. Keep pushing vendors to implement the things you want, keep writing and talking about these things. It works.
这个消息让我感到兴奋和鼓舞,并且Edge团队听取了您的反馈和投票,并将这项工作作为优先事项,这一事实让我感到兴奋和鼓舞。 不断推动供应商实现您想要的东西,继续编写并谈论这些东西。 有用。
翻译自: https://rachelandrew.co.uk/archives/2017/04/04/edge-starts-work-on-their-grid-implementation-update/
edge 超链接自动更新