Skip to content

Commit 067eb8c

Browse files
committed
[ci skip] Remove confusing comments
They are readonly / not readonly depending on the class where they're used. However, the comment makes this confusing [1]. [1] #15578 (comment)
1 parent 88393cf commit 067eb8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/dom/node.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ zend_result dom_node_node_name_read(dom_object *obj, zval *retval)
133133
/* }}} */
134134

135135
/* {{{ nodeValue string
136-
readonly=no
137136
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-F68D080
138137
Modern spec URL: https://dom.spec.whatwg.org/#dom-node-nodevalue
139138
Since:
@@ -671,7 +670,6 @@ zend_result dom_node_base_uri_read(dom_object *obj, zval *retval)
671670
/* }}} */
672671

673672
/* {{{ textContent string
674-
readonly=no
675673
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-textContent
676674
Modern spec URL: https://dom.spec.whatwg.org/#dom-node-textcontent
677675
Since: DOM Level 3

0 commit comments

Comments
 (0)