#30126 closed defect (bug) (fixed)
Empty form action attributes (action="") are invalid in HTML5.
Reported by: | jdgrimes | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
There are quite a few forms in core which have an empty action
attribute. This isn't valid in HTML5. The HTML5 spec permits them to be removed entirely, but discourages leaving them empty.
This might make a good first bug.
Attachments (3)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Removed all empty action attributes.