Skip to content

add the required attribute to report bug form inputs #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

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