aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLLinkElement.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-40/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Implement referrerPolicy for HTMLLinkElement and HTMLScriptElementYUAN LYU2020-12-011-1/+2
|
* 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 src/href attributes to be a USVStringDan Robertson2018-12-171-1/+1
| | | | | | | | | | | | The following IDLs have the src/href attributes typed as a DOMString while in the spec the attribute has been updated to be a USVString: - HTMLIFrameElement - HTMLImageElement - HTMLInputElement - HTMLLinkElement - HTMLMediaElement - HTMLScriptElement
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Add CEReactions where neededConnor Brewster2017-07-181-0/+10
|
* Add HTMLConstructor attributes where neededConnor Brewster2017-06-151-0/+1
|
* Handle crossorigin in link and refactor crossorigin handlingmrnayak2017-01-131-1/+1
| | | | | | | | Implemented Step three and handled step four of obtain the resource part of 4.2.4 The link element. Link to spec : https://html.spec.whatwg.org/multipage/semantics.html#concept-link-obtain Refactored crossOrigin handling in HTMLScriptElement, HTMLImageElement
* Implement Subresource Integritymrnayak2017-01-081-0/+1
| | | | | | | | | | | Implemented response validation part of https://w3c.github.io/webappsec-subresource-integrity/. Implemented step eighteen of the main fetch. If a request has integrity metadata, then following steps are performed *Wait for response body *If the response does not have a termination reason and response does not match request’s integrity metadata, set response to a network error.# Please enter the commit message for your changes. Lines starting
* Add support for LinkStyle's sheet getter on <style> and <link>Manish Goregaokar2016-11-231-1/+1
|
* Removed incorrectly exposed webidl interfacesLucas Lois2016-10-161-1/+0
| | | | | I removed exposure in Window and Worker to some interfaces that was not specified in the specification.
* Explicitly expose everything everywhere.Ms2ger2016-07-121-0/+1
|
* Removed references to DOMSettableTokenListKosov Eugene2016-06-051-1/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-2/+2
| | | | | 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-2/+2
|
* Add obsolete reflecting attributes on <a> and <link>Corey Farwell2015-09-131-3/+3
| | | | | From my understanding, setting any of these will not affect any presentational hints for the elements
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-2/+2
| | | | | | | | | | | | | | 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' ```
* Bound several link properties.Zirak2014-12-091-5/+5
| | | | Specifically: href, rel, media, hreflang and type.
* 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/+26