Skip to content

add the required attribute to report bug form inputs#108

Closed
peterdd wants to merge 1 commit intophp:masterfrom
peterdd:requiredaddreportfields
Closed

add the required attribute to report bug form inputs#108
peterdd wants to merge 1 commit intophp:masterfrom
peterdd:requiredaddreportfields

Conversation

@peterdd
Copy link
Contributor

@peterdd peterdd commented Oct 29, 2021

Reduces frustration of reporter as the form is very long and easy to oversee a required input field.

Also enables to style the fields that are required. (like input[required], input:valid, input:invalid)

(I always prefer the compatible XHTML way of ' required="required"' instead of just HTML5 way ' required', so when testing in xhtml mode I get alerted of HTML nesting errors while in HTML5 the browser just do silent heuristic fixes.)

Reduces frustration of reporter as the form is very long and easy to oversee a required input field.

Also enables to style the fields that are required. (like input[required], input:valid, input:invalid)

(I always prefer the compatible XHTML way of ' required="required"' instead of just HTML5 way ' required', so when testing in xhtml mode I get alerted of HTML nesting errors while in HTML5 the browser just do silent heuristic fixes.)
@peterdd
Copy link
Contributor Author

peterdd commented Nov 18, 2021

Friendly reminder: Review and merge anyone #108, #109, and #110?

@cmb69
Copy link
Member

cmb69 commented Jul 20, 2024

Reporting bugs on the old bug tracker is disabled for quite some time, and I don't think that this repository has any other users, so I'm closing this PR as not-planned.

Thank you for the PR, nonetheless.

@cmb69 cmb69 closed this Jul 20, 2024
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.

2 participants