Issues
- 2
clone with clone children flag set should append clone before cloning children
#1219 opened by dbaron - 104
- 0
Define iteration order of inclusive ancestors in "remove"
#1322 opened by zcorpan - 5
- 7
Extension only API to query across shadow trees
#1321 opened by rniwa - 16
Proposal: asynchronous event listeners
#1308 opened by domfarolino - 4
Steps of removing a node definition about live range do not match with browsers if the range is in a shadow DOM and the shadow itself is removed
#1274 opened by masayuki-nakano - 6
Proposal: add `computed` attribute for great performance!
#1318 opened by anuoua - 4
Methods on ChildNode and ParentNode that take `(Node or DOMString)... nodes` should not use an intermediate DocumentFragment
#1313 opened by dbaron - 2
DOM element with a name='currentScript' attribute can hijack document.currentScript.src
#1315 opened by juj - 10
`mutationObserver.disconnect({ flush: true })`
#1283 opened by LeaVerou - 12
Proposal: rate limiting event listeners (debounce / throttle)
#1298 opened by FND - 11
`MutationObserver` flag to observe mutations in (open) shadow trees to facilitate polyfills of HTML syntax
#1287 opened by LeaVerou - 1
- 0
Add `class` as an alias for `className`
#1310 opened by Psychpsyo - 4
AbortSignal.any() assertion failure
#1293 opened by vinhill - 7
- 1
- 1
- 20
- 7
Request for mechanism to determine if children changed steps are called as a result of script or parser
#1288 opened by lukewarlow - 5
Proposal: getCornerPoints()
#1294 opened by jogibear9988 - 2
Proposal: SelectorObserver
#1285 opened by keithamus - 1
matchMedia-like API for element matches
#1225 opened by matthewp - 2
Proposal: elementsFromRect()
#1286 opened by justinfagnani - 0
Should post-connected steps be able to run multiple times during insertion?
#1291 opened by domfarolino - 1
Closed Shadow DOM blocks accessibility testing
#1290 opened by tgrushka - 0
Add a method like .addTeardown to AbortSignal
#1289 opened by Jamesernator - 4
Proposal AbortSignal.prototype.filter(compare)
#1280 opened by mariusGundersen - 1
I can't find where inserting DocumentType nodes into Element nodes is disallowed
#1278 opened by domenic - 4
Proposal: AbortSignal.none()
#1277 opened by nzakas - 5
Node Tree Element potential child: Attr ?
#1276 opened by ToBeJazz - 11
How should `clonable` work in `cloneNode(false)`?
#1249 opened by mfreed7 - 0
Efficient DOM Removal with the removeElement Function
#1266 opened by rajand2510 - 1
Add an optional options dictionary to `closest` to allow jumping across shadow boundaries
#1265 opened by gijsk - 0
Add extend and modify methods for the Range object
#1264 opened by snnsnn - 3
Ability to reset an AbortSignal.timeout
#1263 opened by jasnell - 1
"connected" should be defined for all kinds of nodes
#1259 opened by zcorpan - 18
Should attachShadow throw or override when an existing declarative shadow root doesn't match?
#1235 opened by emilio - 0
Make some ShadowRoot attributes mutable
#1252 opened by mfreed7 - 1
- 4
Element.attachShadow should set the declarative flag to false of an existing declarative shadow dom.
#1234 opened by emilio - 3
Corresponding attribute for clonable of ShadowRootInit?
#1236 opened by saschanaz - 0
Elements with Fallback, Proxy, Replacement, Substitute, or Surrogate Elements
#1232 opened by AdamSobieski - 6
Selecting Events with Style
#1233 opened by AdamSobieski - 0
Add guidance about using DOMTokenList
#1231 opened by josepharhar - 1
MutationOvserver and DOMNodeInsertedIntoDocument
#1227 opened by kokins - 1
Provide a "deep clone" shorthand
#1220 opened by marcoscaceres - 4
Support for HTML/XML stream parsing/rewriting.
#1222 opened by bahrus - 2
Explicitly update the child's parent
#1221 opened by TomokiMiyauci