File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -535,12 +535,12 @@ PHP 8.4 UPGRADE NOTES
535535- DOM:
536536 . Implemented DOM HTML5 parsing and serialization.
537537 RFC: https://wiki.php.net/rfc/domdocument_html5_parser.
538- This RFC adds the new DOM namespace along with new classes and
538+ This RFC adds the new Dom namespace along with new classes and
539539 constant aliases.
540540 There are two new classes to handle HTML and XML documents:
541- DOM \HTMLDocument and DOM \XMLDocument.
541+ Dom \HTMLDocument and Dom \XMLDocument.
542542 These classes provide a cleaner API to handle HTML and XML documents.
543- Furthermore, the DOM \HTMLDocument class implements spec-compliant HTML5
543+ Furthermore, the Dom \HTMLDocument class implements spec-compliant HTML5
544544 parsing and serialization.
545545 . Implemented opt-in ext/dom spec compliance RFC.
546546 This adds new classes in the DOM namespace that correspond to modern
You can’t perform that action at this time.
0 commit comments