aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLAnchorElement.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-53/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Implement referrerpolicy attribute on remaining elements (#34736)shanehandley2024-12-221-0/+2
| | | | | Fixes #11861 Signed-off-by: Shane Handley <shanehandley@fastmail.com>
* PutForwards cleanupPatrick Shaughnessy2020-01-231-1/+1
|
* Convert [HTMLConstructor] as constructor extensionKagami Sascha Rosylight2019-10-191-1/+3
|
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-1/+1
|
* Migrate to IDL mixin syntaxKagami Sascha Rosylight2019-10-011-1/+1
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Add CEReactions where neededConnor Brewster2017-07-181-2/+13
|
* Add HTMLConstructor attributes where neededConnor Brewster2017-06-151-0/+1
|
* Implement HTMLAnchorElement.rel getter and setterYing-Ruei Liang(KK)2017-03-301-5/+5
| | | | Signed-off-by: Ying-Ruei Liang(KK) <thumbd03803@gmail.com>
* Partial fix for #12415: expose interfaces only where necessaryKuba Birecki2016-07-231-1/+0
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-0/+1
|
* Removed references to DOMSettableTokenListKosov Eugene2016-06-051-1/+1
|
* Support link target attributePaul Rouget2016-06-021-1/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Implement HTMLHyperlinkElementUtils for HTMLAnchorElementJaydeep2016-03-241-1/+1
|
* Update URL-related interfaces and their tests up to specAnthony Ramine2015-10-191-1/+1
| | | | | | | | | The URL spec recently changed and the variour "mixins" interfaces are gone, this commit updates our code and WPT accordingly. The new expected failures related to HTMLAnchorElement and HTMLAreaElement's attributes are due to their moving to the HTMLHyperLinkElementUtils interface, which is not anymore in a separate <script class=untested> element.
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-4/+4
| | | | | 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-4/+4
|
* Add obsolete reflecting attributes on <a> and <link>Corey Farwell2015-09-131-4/+4
| | | | | From my understanding, setting any of these will not affect any presentational hints for the elements
* Add/format license headers for WebIDLsCorey Farwell2015-07-261-3/+3
|
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-4/+4
| | | | | | | | | | | | | | 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' ```
* Implement HTML{Anchor,Area,Link}Element.relList.Achal Shah2014-11-231-1/+1
| | | | https://github.com/servo/servo/issues/3994
* Cargoify servoJack Moffitt2014-09-081-0/+38