-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we haz a page where we can summarize current browsers status ? #2
Comments
Thanks for the proposal. That's certainly a good idea. But I guess I must finish to review and describe the Acid3 test before. |
Can we help ? |
Sure, that would be great. I guess you can fork the git repository and create a new directory "status/" or something like that to store the HTML pages with browser status. Most bugs in Webkit/Gecko can be found as a dependency of https://bugs.webkit.org/show_bug.cgi?id=84019 Opera's stylesheet and limitations can be found in the W3C spec (but they are going to move from Presto to Blink): http://www.w3.org/TR/mathml-for-css/ IE and Chrome don't have native MathML support, so they are supposed to fail everything. However, I think IE pass test 99 in the Acid3, which is really a pure CSS test, albeit applied to MathML nodes (not sure why Chrome fails). The requirements to pass the tests and detailed subtests are described here: I guess you could mention the current score for the MathML Acid3 test, but the review and description is not complete yet, so you'd better not enter into the details. Thanks. |
The MDN pages are also helpful: |
As the test suite seems to be still a moving target, It would be interesting to use git tags to save the conformance status linked to a particular version of the test suite. |
I just pushed some changes to complete the description of the Acid3 tests. Hopefully, the tests won't change again, unless I got some feedback about mistakes. More links: Webkit: Chromium: (note: the "enable MathML" bug in Chromium has 289 votes, which set it in the top 30 of the most starred Chromium bugs: https://code.google.com/p/chromium/issues/list?sort=-stars&colspec=ID+Summary+Stars) |
No description provided.
The text was updated successfully, but these errors were encountered: