aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLButtonElement.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-1/+1
| | | | Fixes #27660
* Form constraints validationteapotd2020-04-021-5/+5
|
* Convert [HTMLConstructor] as constructor extensionKagami Sascha Rosylight2019-10-191-1/+3
|
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-1/+1
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Add CEReactions where neededConnor Brewster2017-07-181-9/+19
|
* Add HTMLConstructor attributes where neededConnor Brewster2017-06-151-0/+1
|
* Partial fix for #12415: expose interfaces only where necessaryKuba Birecki2016-07-231-1/+0
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-0/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Implement basic framework for static and interactive validation on formsKeith Yeung2015-12-151-1/+1
|
* Implement 'labels' attribute on 'labelable elements'Corey Farwell2015-11-011-1/+1
|
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-1/+1
| | | | | This prevents us from 301 redirecting, which could cause the fragment to get lost
* Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-1/+1
|
* Add form getter for input/button elements; update test expectationsManish Goregaokar2015-09-241-1/+1
|
* Implement name and value attributes of HTMLButtonElement (fixes #6003)Jinwoo Song2015-05-121-4/+4
| | | | Implemented getter and setter of the attributes.
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-1/+1
| | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ```
* add Form related attribute to HTMLButtonElementyodalee2015-02-031-4/+4
| | | | add formAction, formEnctype, formMethod, formTarget
* Add type IDL attr for submittable elementsManish Goregaokar2014-10-111-1/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+29