Skip to content

Conversation

@fabpot
Copy link
Member

@fabpot fabpot commented Mar 19, 2014

According to the HTML5 specification the required attribute should be allowed in this case: "A select element with a required attribute and without a multiple attribute, and whose size is “1”, must have a child option element."

Related PR: #9030

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
License MIT

…ted from select even though it contains the "multiple" attribute
fabpot added a commit that referenced this pull request Mar 19, 2014
… to be omitted from select even though it contains the "multiple" attribute (fabpot)

This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closes #10491).

Discussion
----------

Fixed bug that incorrectly causes the "required" attribute to be omitted from select even though it contains the "multiple" attribute

According to the HTML5 specification the required attribute should be allowed in this case: "A select element with a required attribute and **without** a multiple attribute, and whose size is “1”, must have a child option element."

Related PR: #9030

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

Commits
-------

f9aa676 Fixed bug that incorrectly causes the "required" attribute to be omitted from select even though it contains the "multiple" attribute
@fabpot fabpot closed this Mar 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant