Skip to content

add the required attribute to report bug form inputs#108

Closed
peterdd wants to merge 1 commit into
php:masterfrom
peterdd:requiredaddreportfields
Closed

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

Conversation

@peterdd

@peterdd peterdd commented Oct 29, 2021

Copy link
Copy Markdown
Contributor

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

peterdd commented Nov 18, 2021

Copy link
Copy Markdown
Contributor Author

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

@cmb69

cmb69 commented Jul 20, 2024

Copy link
Copy Markdown
Member

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