48
edits
(Meeting minutes) |
(Clean up in third-party sources) |
||
Line 102: | Line 102: | ||
== Possible third party resources == | == Possible third party resources == | ||
=== Similar projects === | |||
Could be used as data-source but serves a purpose similar to BrowserCompat. | |||
==== [caniuse http://caniuse.com/] ==== | |||
* The most popular | |||
* Closest to providing browser compatibility tables supported in User-Agents. | |||
* Edited manually by contributors through GitHub | |||
* Uses GitHub repository, reading from flat JSON files | |||
==== [Web Browser Compatibility .com http://webbrowsercompatibility.com/] | |||
* Provides data and statics only using test runs results from visitors own web browser | |||
* New in town, by Cody Lindley | |||
* Maintenance process unknown yet | |||
=== data source === | === data source === | ||
* http://www.browserscope.org | * http://www.browserscope.org | ||
* Google Analytics stats (this need further investigation) | * Google Analytics stats (this need further investigation) | ||
* http://www.quirksmode.org/compatibility.html | * http://www.quirksmode.org/compatibility.html | ||
* http://status.modern.ie/ & http://status.modern.ie/features (JSON Feed) | * http://status.modern.ie/ & http://status.modern.ie/features (JSON Feed) | ||
** https://raw.githubusercontent.com/MicrosoftEdge/Status/production/app/static/ie-status.json | ** [https://raw.githubusercontent.com/MicrosoftEdge/Status/production/app/static/ie-status.json raw JSON file hosted on GitHub] | ||
* [https:// | * [https://www.chromestatus.com/features Google Chrome Status] | ||
=== tests suite === | === tests suite === | ||
* http://modernizr.com | * [http://modernizr.com/ Modernizr] | ||
* https://github.com/w3c/web-platform-tests | * [http://html5test.com HTML5 Test] | ||
* https://github.com/operasoftware/presto-testo (this is raw material, but quite interesting) | * [http://html5please.com/ HTML5 Please ] ([http://nimbupani.com/html5please.html backstory] | ||
* [https://github.com/w3c/web-platform-tests/ Web Platform Test] | |||
* [https://github.com/operasoftware/presto-testo Opera test suite] (this is raw material, but quite interesting) |
edits