mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +00:00
fix comment
This commit is contained in:
@@ -231,7 +231,7 @@ pub const Element = struct {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Parses the given `input` string and inserts it's children to an element at given `position`.
|
/// Parses the given `input` string and inserts its children to an element at given `position`.
|
||||||
/// https://developer.mozilla.org/en-US/docs/Web/API/Element/insertAdjacentHTML
|
/// https://developer.mozilla.org/en-US/docs/Web/API/Element/insertAdjacentHTML
|
||||||
///
|
///
|
||||||
/// TODO: Support for XML parsing and `TrustedHTML` instances.
|
/// TODO: Support for XML parsing and `TrustedHTML` instances.
|
||||||
|
|||||||
Reference in New Issue
Block a user