File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Add a page to wp-admin for debugging the HTML API.
40
40
* Handle DOCTYPE nodes.
41
41
* Prevent newlines from automatically being added to the HTML input.
42
42
* Use async event directives if available.
43
- * Handle doctype tokens and display information about quirks-mode.
43
+ * Handle DOCTYPE tokens and display information about quirks-mode.
44
44
45
45
= 1.3 =
46
46
* Replace wp-api-fetch script dependency with native fetch.
@@ -63,7 +63,7 @@ Add a page to wp-admin for debugging the HTML API.
63
63
64
64
= 0.9 =
65
65
* Fix a bug where "}" was replaced as an invisible character.
66
- * Add a quirks mode toggle that allows changing the doctype used.
66
+ * Add a quirks mode toggle that allows changing the DOCTYPE used.
67
67
68
68
= 0.8 =
69
69
* Show invisible characters in processed HTML spans.
@@ -77,7 +77,7 @@ Add a page to wp-admin for debugging the HTML API.
77
77
78
78
= 0.5 =
79
79
* Use regular REST API result response shape.
80
- * Display text content of "atomic" HTML API nodes like `textarea` or `xmp` .
80
+ * Display text content of "atomic" HTML API nodes like TEXTAREA or XMP .
81
81
82
82
= 0.4 =
83
83
* Improve debugger visibility controls.
You can’t perform that action at this time.
0 commit comments