Skip to content

Commit 9577389

Browse files
committed
Make the DOM reference normative
1 parent d775e9b commit 9577389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3206,8 +3206,8 @@ This object MAY be extended with [Specification Extensions](#specification-exten
32063206

32073207
##### XML Node Types
32083208

3209-
Each Schema Object describes a particular type of XML [node](https://dom.spec.whatwg.org/#interface-node) which is specified by the `nodeType` field, which has the following possible values.
3210-
Except for the special value `none`, these values have numeric equivalents in the DOM [specification](https://dom.spec.whatwg.org/#interface-node) which are given in parentheses after the name:
3209+
Each Schema Object describes a particular type of XML [[!DOM]] [node](https://dom.spec.whatwg.org/#interface-node) which is specified by the `nodeType` field, which has the following possible values.
3210+
Except for the special value `none`, these values have numeric equivalents in the DOM specification which are given in parentheses after the name:
32113211

32123212
* `element` (1): The schema represents an element and describes its contents
32133213
* `attribute` (2): The schema represents an attribute and describes its value

0 commit comments

Comments
 (0)