%%{
                  init: {
                  "flowchart":{
                  "useMaxWidth": 0
                  }
                  }
                  }%%
                  graph TB
                  classDef Datatype fill:#9c6,stroke:#9c6;
                   
https://www.w3.org/html/model/def/Element((html:Element)) -- subClassOf --> http://www.w3.org/DOM/model/def/Element((dom:Element))

https://www.w3.org/html/model/def/Comment((html:Comment)) -- subClassOf --> http://www.w3.org/DOM/model/def/Comment((dom:Comment))

https://www.w3.org/html/model/def/Text((html:Text)) -- subClassOf --> http://www.w3.org/DOM/model/def/Text((dom:Text))

https://www.w3.org/html/model/def/Attribute((html:Attribute)) -- subClassOf --> http://www.w3.org/DOM/model/def/Attribute((dom:Attribute))

https://www.w3.org/html/model/def/Document((html:Document)) -- subClassOf --> http://www.w3.org/DOM/model/def/Document((dom:Document))

https://www.w3.org/html/model/def/DocumentType((html:DocumentType)) -- subClassOf --> http://www.w3.org/DOM/model/def/DocumentType((dom:DocumentType))