mirror of
https://github.com/servo/servo.git
synced 2025-06-19 22:59:03 +01:00
Generate bindings for HTMLAnchorElement.
This commit is contained in:
parent
e2468160b5
commit
7aa0027384
10 changed files with 172 additions and 7 deletions
|
@ -4237,7 +4237,7 @@ class CGNamespacedEnum(CGThing):
|
|||
entries.append(entry)
|
||||
|
||||
# Append a Count.
|
||||
entries.append('_' + enumName + '_Count')
|
||||
entries.append('_' + enumName + '_Count = ' + str(len(entries)))
|
||||
|
||||
# Indent.
|
||||
entries = [' ' + e for e in entries]
|
||||
|
@ -4606,6 +4606,7 @@ class CGBindingRoot(CGThing):
|
|||
'dom::node::{AbstractNode, Node, Text}', #XXXjdm
|
||||
'dom::document::{Document, AbstractDocument}', #XXXjdm
|
||||
'dom::element::{Element, HTMLHeadElement, HTMLHtmlElement}', #XXXjdm
|
||||
'dom::htmlanchorelement::HTMLAnchorElement', #XXXjdm
|
||||
'dom::htmlelement::HTMLElement', #XXXjdm
|
||||
'dom::htmldocument::HTMLDocument', #XXXjdm
|
||||
'dom::bindings::utils::*',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue