mirror of https://github.com/sveltejs/svelte
The spec states the title element supports global attributes. https://html.spec.whatwg.org/#the-title-element Reverts the title attribute validation introduced in #1721. Fixes #5198.pull/15983/head
parent
50de8c5317
commit
5b736069f5
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Allow attributes on the title element.
|
@ -1,14 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"code": "title_illegal_attribute",
|
|
||||||
"message": "`<title>` cannot have attributes nor directives",
|
|
||||||
"start": {
|
|
||||||
"line": 2,
|
|
||||||
"column": 8
|
|
||||||
},
|
|
||||||
"end": {
|
|
||||||
"line": 2,
|
|
||||||
"column": 25
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
Loading…
Reference in new issue