The spec does not currently say, but including `interactivity` in `all` seems unfortunate: ```html <style> #inert { interactivity: inert; } #child { all: initial; } </style> <div id="inert"> <span id="child"></span> </div> ``` @flackr @mfreed7