-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Define the <selectedcontent>
element
#10633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
21b8a2c
1aece11
a1bd1e8
c04ca18
09777e2
c846c3e
bef82d0
daabd98
bf2b5c5
8863966
17ac232
4960a77
10d1a14
1ee134d
ec5244b
9463f7e
02b8cde
e268b44
c016a74
f0984d3
d8a05e5
4126c04
42ef681
961fee3
999a14a
4a175ce
730b52f
2449b1f
76716d2
7668dde
be8c488
6929058
51f0f41
6f251fb
77f9886
26d3281
134f651
f6be49e
1a8d313
1a621e1
117ca06
263c54b
27ff6b7
0430604
5e62c8c
01e1283
bcd9669
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56393,9 +56393,6 @@ interface <dfn interface>HTMLSelectedContentElement</dfn> : <span>HTMLElement</s | |
<li><p>Let <var>documentFragment</var> be the result of running <span>convert nodes into a | ||
node</span> given <var>nodes</var> and <var>option</var>'s <span>node document</span>.</p></li> | ||
|
||
<li><p><span>Ensure pre-insertion validity</span> of <var>documentFragment</var> into | ||
<var>selectedContent</var> before null.</p></li> | ||
|
||
<li><p><span data-x="concept-node-replace-all">Replace all</span> with | ||
<var>documentFragment</var> within <var>selectedcontent</var>.</p></li> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and true? But also, I don't think this works anymore now that concept-node-clone has named arguments? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks, I changed it to use named arguments. How does it look? |
||
</ol> | ||
|
Uh oh!
There was an error while loading. Please reload this page.