- From: Johannes Wilm <notifications@github.com>
- Date: Wed, 10 Aug 2022 01:40:45 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 10 August 2022 08:40:57 UTC
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