MDC-like (Mozilla Documentation Center) resource for WebKit? [closed]

做~自己de王妃 提交于 2019-12-10 14:49:53

问题


Playing around with latest HTML5 features feels nice, but it tends to be quite troublesome in the end, as standards and their browser specific implementations continue to evolve. Mozilla has a great resource - MDN Doc Center, where they continuously document all the changes that Gecko undergoes. I wonder if there is anything similar for WebKit, for both Safari and Chrome?


回答1:


Here are the doc centres for all major browsers:

References - Basically exactly the same as safari link for IE/FF + Opera

Chrome: (thanks to @TomTu)

https://www.chromium.org/developers

Firefox:

https://developer.mozilla.org/

Opera:

https://www.opera.com/docs/specs/presto23/#html (very very good)

Safari:

https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariCSSRef/Introduction.html#//apple_ref/doc/uid/TP30001267-SW1

IE:

https://msdn.microsoft.com/en-us/library/aa902517.aspx




回答2:


To complement Myles' list I'll add the google's chromium for develoeprs page.

Chrome/Chromium

http://www.chromium.org/developers




回答3:


Apple's Safari CSS Reference should qualify for this. There's also the Safari Dev Center for broader topics like developing extensions and websites for (Mobile) Safari.




回答4:


QuirksMode.org has a wide range of compatibility tables for various browser features. They also have HTML5 compatibility tables that indicate browser support for HTML5 features for multiple versions of IE, Firefox, Safari, Chrome, Opera, and Konqueror. Additionally, there are some good tidbits of information about browser-specific issues and implementations.




回答5:


MDC is a wiki which means you can edit and add documentation for other browsers too :)



来源:https://stackoverflow.com/questions/4919617/mdc-like-mozilla-documentation-center-resource-for-webkit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!