提交 0ce3ab1c 编写于 作者: D David Storey

Add auto to valid dir attribute values

…auto isn’t valid when using on <bdo> element, so need to find how to
show that. It is valid for the global dir attribute.
上级 84b65a36
......@@ -158,7 +158,7 @@ export function getHTML5TagProvider(): IHTMLTagProvider {
b: ['true', 'false'],
a: ['true', 'false', 'auto'],
u: ['true', 'false', 'undefined'],
d: ['ltr', 'rtl'],
d: ['ltr', 'rtl', 'auto'],
m: ['get', 'post'],
o: ['on', 'off'],
t: ['hidden', 'text', 'search', 'tel', 'url', 'email', 'password', 'datetime', 'date', 'month', 'week', 'time', 'datetime-local', 'number', 'range', 'color', 'checkbox', 'radio', 'file', 'submit', 'image', 'reset', 'button'],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册