Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up"formEnctype" and "formMethod" getters on <input> and <button> are wrong #8302
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test in tests/wpt/web-platform-tests/html/dom/reflection-forms.html. Spec URL: https://html.spec.whatwg.org/multipage/forms.html#attr-fs-enctype . Note specifically the difference between the "invalid value default" and the "missing value default". (The "missing value default" only applies if the attribute is not present, i.e.
hasAttribute()returns false.)