Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28369,7 +28369,7 @@ interface Range extends AbstractRange {
*/
comparePoint(node: Node, offset: number): number;
/**
* The **`Range.createContextualFragment()`** method returns a DocumentFragment by invoking the HTML fragment parsing algorithm or the XML fragment parsing algorithm with the start of the range (the parent of the selected node) as the context node. The HTML fragment parsing algorithm is used if the range belongs to a Document whose HTMLness bit is set. In the HTML case, if the context node would be html, for historical reasons the fragment parsing algorithm is invoked with body as the context instead.
* The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28345,7 +28345,7 @@ interface Range extends AbstractRange {
*/
comparePoint(node: Node, offset: number): number;
/**
* The **`Range.createContextualFragment()`** method returns a DocumentFragment by invoking the HTML fragment parsing algorithm or the XML fragment parsing algorithm with the start of the range (the parent of the selected node) as the context node. The HTML fragment parsing algorithm is used if the range belongs to a Document whose HTMLness bit is set. In the HTML case, if the context node would be html, for historical reasons the fragment parsing algorithm is invoked with body as the context instead.
* The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28366,7 +28366,7 @@ interface Range extends AbstractRange {
*/
comparePoint(node: Node, offset: number): number;
/**
* The **`Range.createContextualFragment()`** method returns a DocumentFragment by invoking the HTML fragment parsing algorithm or the XML fragment parsing algorithm with the start of the range (the parent of the selected node) as the context node. The HTML fragment parsing algorithm is used if the range belongs to a Document whose HTMLness bit is set. In the HTML case, if the context node would be html, for historical reasons the fragment parsing algorithm is invoked with body as the context instead.
* The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.9/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28366,7 +28366,7 @@ interface Range extends AbstractRange {
*/
comparePoint(node: Node, offset: number): number;
/**
* The **`Range.createContextualFragment()`** method returns a DocumentFragment by invoking the HTML fragment parsing algorithm or the XML fragment parsing algorithm with the start of the range (the parent of the selected node) as the context node. The HTML fragment parsing algorithm is used if the range belongs to a Document whose HTMLness bit is set. In the HTML case, if the context node would be html, for historical reasons the fragment parsing algorithm is invoked with body as the context instead.
* The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment)
*/
Expand Down
4 changes: 2 additions & 2 deletions inputfiles/mdn.json
Original file line number Diff line number Diff line change
Expand Up @@ -8752,7 +8752,7 @@
{
"mdn_url": "/en-US/docs/Web/API/ElementInternals/role",
"pageType": "web-api-instance-property",
"summary": "The role read-only property of the ElementInternals interface returns the WAI-ARIA role for the element. For example, a checkbox might have role=\"checkbox\". It reflects the role attribute; it does not return the element's implicit ARIA role, if any, unless explicitly set."
"summary": "The role property of the ElementInternals interface returns the WAI-ARIA role for the element. For example, a checkbox might have role=\"checkbox\". It reflects the role attribute; it does not return the element's implicit ARIA role, if any, unless explicitly set."
},
{
"mdn_url": "/en-US/docs/Web/API/ElementInternals/setFormValue",
Expand Down Expand Up @@ -23197,7 +23197,7 @@
{
"mdn_url": "/en-US/docs/Web/API/Range/createContextualFragment",
"pageType": "web-api-instance-method",
"summary": "The Range.createContextualFragment() method returns a\nDocumentFragment by invoking the HTML fragment parsing algorithm or the\nXML fragment parsing algorithm with the start of the range (the parent of the\nselected node) as the context node. The HTML fragment parsing algorithm is used if the\nrange belongs to a Document whose HTMLness bit is set. In the HTML case, if\nthe context node would be html, for historical reasons the fragment parsing\nalgorithm is invoked with body as the context instead."
"summary": "The Range.createContextualFragment() method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML."
},
{
"mdn_url": "/en-US/docs/Web/API/Range/deleteContents",
Expand Down