Re: [w3c/editing] Edit text outside of <body> (Issue #405)

Indeed, this is possible:

```html
<!DOCTYPE html>
<html contentEditable="true">
<head>
  <title>The title</title>
  <style>
  head, style, title {
    display: block;
  }
  style, title {
    white-space: pre;
  }
  </style>
</head>
<body>
  <h1>body</h1>
</body>
</html>
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/405#issuecomment-1210351504
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/editing/issues/405/1210351504@github.com>

Received on Wednesday, 10 August 2022 08:40:57 UTC