Closed hcgtv closed 9 years ago
Hmmm, seems to be some confusion over whether autosave
is a standards compliant attribute or not https://developer.mozilla.org/en/docs/Web/HTML/Element/Input
The results
attribute seems to be non-standard now (WebKit only).
Gotta love the HTML5 spec. Changes weekly.
Looks like autosave
is not a standards compliant attribute (MDN document is incorrect). Will remove.
Fixed - thanks Bert!
Using Nu Html Checker: https://validator.w3.org/nu/
Gives me this: Error: Attribute autosave not allowed on element input at this point. From line 193, column 13; to line 193, column 103
And this: Error: Attribute results not allowed on element input at this point. From line 193, column 13; to line 193, column 103
This is a test site using the latest Textpattern master branch.