Talk:Acid3
| This is the talk page for discussing improvements to the Acid3 article. This is not a forum for general discussion of the subject of the article. |
Article policies
|
| Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
| Archives (index): 1, 2, 3, 4, 5Auto-archiving period: 3 months |
| This article is rated C-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||||||||||||
| |||||||||||||||||||||
Firefox
Fx 152.0.1 scores 96/100 with the following failures (brackets are additions to the quote, only their contents are part of the syntax, but not the brackets themselves):
- Test 22: no exception for [document.]createElement('di<v'). That is, di<v is an invalid element name, but document.createElement parses di<v as if it be valid. I guess this is due to a change to document.createElement no more than 13 ya.
- Test 23: no exception for [document.]createElementNS('null', 'di<v'). Same as test 22, except for using document.createElementNS instead of document.createElement.
- Test 25: failed to raise exception. In the code, I found various messages that can be displayed depending on:
- whether an exception occurred upon trying to call document.createDocumentType with arguments of "a:" and 2 empty strings (i. e., having no illegal character but being malformed). If no exception happens, "failed to raise exception" is the message (bold here as being the message shown here).
- If an exception occurs:
- whether the code of the exception is equal to its NAMESPACE_ERR property: if not, the message is wrong exception.
- Otherwise: whether the exception has all constants (i. e., the INVALID_ACCESS_ERR property is 15). If it isn't, the message is "exceptions don't have all the constants".
- Test 35: expected '0' but got '1' - root element, with no parent node, claims to be a :first-child. This is an element-index-related message.
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.