-
-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
💪 phase/solvedPost is donePost is done🗄 area/interfaceThis affects the public interfaceThis affects the public interface🦋 type/enhancementThis is great to haveThis is great to have🧑 semver/majorThis is a changeThis is a change
Description
Currently, there’s duplicate data in directives (processing instructions and declarations):
{
"type": "directive",
"name": "!doctype",
"value": "!doctype html"
}
I’d like to propose the following instead:
{
"type": "directive",
"name": "!doctype",
"value": "html"
}
But it’s breaking so it will have to wait a while.
Metadata
Metadata
Assignees
Labels
💪 phase/solvedPost is donePost is done🗄 area/interfaceThis affects the public interfaceThis affects the public interface🦋 type/enhancementThis is great to haveThis is great to have🧑 semver/majorThis is a changeThis is a change