mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Add webkitdirectory to the boolean attributes list (#3214)
* Implement bool IntoPropValue String & AttrValue * Revert "Implement bool IntoPropValue String & AttrValue" This reverts commit 8468e7a3d9d5d55fc6e1360e49bb2be9f3772376. * Add webkitdirectory to the boolean attributes list
This commit is contained in:
parent
8549ebe361
commit
24d79e840a
@ -91,6 +91,8 @@ static BOOLEAN_SET: Lazy<HashSet<&'static str>> = Lazy::new(|| {
|
||||
"reversed",
|
||||
"selected",
|
||||
"truespeed",
|
||||
// Not-yet-standardized
|
||||
"webkitdirectory",
|
||||
]
|
||||
.into()
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user