diff --git a/source b/source index e9462d3f3c4..91683921dd0 100644 --- a/source +++ b/source @@ -12931,7 +12931,7 @@ interface HTMLLinkElement : HTMLElement { [CEReactions] attribute DOMString referrerPolicy; [CEReactions] attribute USVString scope; [CEReactions] attribute WorkerType workerType; - [CEReactions] attribute ServiceWorkerUpdateViaCache updateViaCache; + [CEReactions] attribute DOMString updateViaCache; }; HTMLLinkElement implements LinkStyle; @@ -13138,14 +13138,13 @@ interface HTMLLinkElement : HTMLElement { 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's keywords are - "imports", "all", and "never, - which map to the respective states imports, all, and never. The missing - value default is the imports state. The attribute must not be specified on - link elements that do not have a rel attribute - that contains the serviceworker keyword.

+

The updateviacache attribute + specifies the update via cache mode for a service worker registration. + It is an enumerated attribute. Each update via cache mode is a keyword + for this attribute, mapping to a state of the same name. The missing value default is + the imports state. 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 @@ -13211,7 +13210,7 @@ interface HTMLLinkElement : HTMLElement {

The workerType IDL attribute must reflect the workertype content - attribute.

+ attribute, limited to only known values.

Processing the media attribute