diff --git a/source b/source index c75609f44f5..32bc1ef0b30 100644 --- a/source +++ b/source @@ -3770,7 +3770,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • serviceworker link
  • ServiceWorker interface
  • ServiceWorkerContainer interface
  • -
  • use cache
  • +
  • update via cache mode
  • @@ -12825,7 +12825,7 @@ interface HTMLBaseElement : HTMLElement {
    sizes
    as
    scope
    -
    usecache
    +
    updateviacache
    workertype
    color
    Also, the title attribute has special semantics on this element.
    @@ -12847,7 +12847,7 @@ interface HTMLLinkElement : HTMLElement { [CEReactions] attribute DOMString referrerPolicy; [CEReactions] attribute USVString scope; [CEReactions] attribute WorkerType workerType; - [CEReactions] attribute boolean useCache; + [CEReactions] attribute boolean updateViaCache; }; HTMLLinkElement implements LinkStyle; @@ -13038,11 +13038,11 @@ interface HTMLLinkElement : HTMLElement { specified on link elements that do not have a rel attribute that contains the serviceworker keyword.

    -

    The usecache attribute is a boolean - attribute which sets use cache to true for a service worker - registration. The attribute must not be specified on link elements that do not - have a rel attribute that contains the serviceworker keyword.

    +

    The updateviacache attribute is an + enumerated attribute that specifies the update via cache mode for a + service worker registration. The attribute must not be specified on link + elements that do not have a rel attribute that contains the + serviceworker keyword.

    The workertype attribute is an enumerated attribute that specifies the service worker type for a @@ -13099,8 +13099,9 @@ interface HTMLLinkElement : HTMLElement {

    The relList IDL attribute must reflect the rel content attribute.

    -

    The useCache IDL attribute must - reflect the usecache content attribute.

    +

    The updateViaCache IDL attribute must + reflect the updateviacache content + attribute.

    The workerType IDL attribute must reflect the workertype content @@ -23965,13 +23966,14 @@ interface HTMLHyperlinkElementUtils { link elements. This keyword creates an external resource link that is used to declare a service worker registration and its script url, scope url, type, - and use cache setting.

    + and update via cache mode.

    User agents must implement the processing model for link-element serviceworker links described in Service Workers, using the href, scope, workertype, and - usecache attributes.

    + updateviacache attributes. +

    Link type "stylesheet"
    @@ -117725,10 +117727,10 @@ interface External { Whether the type attribute and the Content-Type value need to match for the resource to be used Boolean attribute - usecache - link - Whether to set use cache to true for a service worker registration (for rel="serviceworker") - Boolean attribute + updateviacache + link + update via cache mode for a service worker registration (for rel="serviceworker") + "imports"; "all"; "never" usemap img;