mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 22:08:40 +09:00
Bug 1274159 - Part 2-2: Support HTMLConstructor WebIDL extended attribute for custom elements;
Tag UXP Issue #1344
This commit is contained in:
parent
64e957cc9b
commit
ed08e1aced
12 changed files with 534 additions and 30 deletions
|
|
@ -17,6 +17,10 @@ class nsIAtom;
|
|||
|
||||
To change the list of tags, see nsHTMLTagList.h
|
||||
|
||||
These enum values are used as the index of array in various places.
|
||||
If we change the structure of the enum by adding entries to it or removing
|
||||
entries from it _directly_, not via nsHTMLTagList.h, don't forget to update
|
||||
dom/bindings/BindingUtils.cpp and dom/html/nsHTMLContentSink.cpp as well.
|
||||
*/
|
||||
#define HTML_TAG(_tag, _classname, _interfacename) eHTMLTag_##_tag,
|
||||
#define HTML_OTHER(_tag) eHTMLTag_##_tag,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue