Skip to content

Commit cc60546

Browse files
committed
Address review comments
1 parent 4aabc88 commit cc60546

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/dom/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (PHP_DOM == "yes") {
1010
EXTENSION("dom", "php_dom.c attr.c document.c infra.c \
1111
xml_document.c html_document.c xml_serializer.c html5_serializer.c html5_parser.c namespace_compat.c private_data.c \
1212
domexception.c processinginstruction.c \
13-
cdatasection.c documentfragment.c domimplementation.c element.c inner_outer_html_mixin.c \
13+
cdatasection.c documentfragment.c domimplementation.c element.c inner_outer_html_mixin.c \
1414
node.c characterdata.c documenttype.c \
1515
entity.c nodelist.c html_collection.c text.c comment.c \
1616
entityreference.c \

ext/dom/inner_outer_html_mixin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static int dom_write_smart_str(void *context, const char *buffer, int len)
5555
return len;
5656
}
5757

58-
/* https://w3c.github.io/DOM-Parsing/#dfn-fragment-serializing-algorithm */
58+
/* https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#fragment-serializing-algorithm-steps */
5959
static zend_string *dom_element_html_fragment_serialize(dom_object *obj, xmlNodePtr node)
6060
{
6161
/* 1. Let context document be the value of node's node document. */

0 commit comments

Comments
 (0)