Sync the Document interfaces with the many specs

https://dom.spec.whatwg.org/#interface-document
https://html.spec.whatwg.org/#the-document-object
and many other specs with partial Document interfaces.

createAttributeNS's second argument was not renamed:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28109

createEvent's interface argument and many arguments named namespace were
also not renamed, as those are C++ keywords.

The only changes to the generated code are due to renamed arguments.

BUG=460722

Review URL: https://codereview.chromium.org/960923005

git-svn-id: svn://svn.chromium.org/blink/trunk@190984 bbb929c8-8fbe-4397-9dbb-9b2b20218538
1 file changed