- From: Kirill Topolyan <kirill@topolyan.com>
- Date: Tue, 17 Jan 2017 19:07:15 +0200
- To: www-dom <www-dom@w3.org>
Hi again. It seems there is some minor issues (two/three typos and one inaccurate link). W3C DOM4 — https://www.w3.org/TR/dom/ 1. Sets: "Throws a "SyntaxError" exception if one if the arguments is the empty string". This is repeated twice in the section. "if one if the arguments" -> "if one of the arguments". 2. Mutation algorithms: "Let oldPreviousSibling be node's previous sibling". There is no dot. It looks like a typo because all other similar items have dot. "Let oldPreviousSibling be node's previous sibling" -> "Let oldPreviousSibling be node's previous sibling." 3. Interface HTMLCollection: "The supported property names, all unenumerable". Word "unenumerable" refers to http://heycam.github.io/webidl/#dfn-unenumerable, but this page no longer contain the definition. This anchor and definition were in the older version (2015), but not now. Should it be changed somehow? By the way, I just completed the translation into Russian, if someone is interested: http://topolyan.com/w3c/w3c-dom4-ru.html -- Kirill, http://topolyan.com/
Received on Tuesday, 17 January 2017 17:08:36 UTC