From 910776e1d9b77006edb9c4cc43b6ad8750a37ec7 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Thu, 14 Sep 2023 14:12:38 -0700 Subject: [PATCH] Add and display:grid --- proposals/0000-reduce-fragmentation.md | 54 +++++++++++++++++++++----- 1 file changed, 44 insertions(+), 10 deletions(-) diff --git a/proposals/0000-reduce-fragmentation.md b/proposals/0000-reduce-fragmentation.md index dbe8938..4060959 100644 --- a/proposals/0000-reduce-fragmentation.md +++ b/proposals/0000-reduce-fragmentation.md @@ -378,7 +378,7 @@ Node inherits methods from its parent, EventTarget. - [x] [`node.compareDocumentPosition()`](https://developer.mozilla.org/en-US/docs/Web/API/Node/compareDocumentPosition) - [x] [`node.contains()`](https://developer.mozilla.org/en-US/docs/Web/API/Node/contains). Returns true or false value indicating whether or not a node is a descendant of the calling node. -- [-] [`node.getRootNode()`](https://developer.mozilla.org/en-US/docs/Web/API/Node/getRootNode). Returns the context object's root which optionally includes the shadow root if it is available.. +- [ ] [`node.getRootNode()`](https://developer.mozilla.org/en-US/docs/Web/API/Node/getRootNode). Returns the context object's root which optionally includes the shadow root if it is available.. - [x] [`node.hasChildNodes()`](https://developer.mozilla.org/en-US/docs/Web/API/Node/hasChildNodes). ## Element @@ -498,6 +498,30 @@ Listen to these events using `addEventListener()` or by assigning an event liste - [ ] [`change`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event). Fired when the value of an ``, `