diff --git a/complete.html b/complete.html index ded048c00f4..51cba96a942 100644 --- a/complete.html +++ b/complete.html @@ -77976,12 +77976,15 @@
12.2.5.6 The " to the encoding given by the value of the charset attribute.

-

Otherwise, if the element has a content attribute, and +

Otherwise, if the element has an http-equiv attribute whose + value is an ASCII case-insensitive match for the + string "Content-Type", and the element has a + content attribute, and applying the algorithm for extracting an encoding from a - Content-Type to its value returns a supported encoding - encoding, and the confidence is - currently tentative, then change the - encoding to the encoding encoding.

+ Content-Type to that attribute's value returns a supported + encoding encoding, and the confidence is currently + tentative, then change the encoding to the + encoding encoding.

diff --git a/index b/index index 65d0fc064bd..8858a3317d6 100644 --- a/index +++ b/index @@ -71248,12 +71248,15 @@ document.body.appendChild(text); encoding to the encoding given by the value of the charset attribute.

-

Otherwise, if the element has a content attribute, and +

Otherwise, if the element has an http-equiv attribute whose + value is an ASCII case-insensitive match for the + string "Content-Type", and the element has a + content attribute, and applying the algorithm for extracting an encoding from a - Content-Type to its value returns a supported encoding - encoding, and the confidence is - currently tentative, then change the - encoding to the encoding encoding.

+ Content-Type to that attribute's value returns a supported + encoding encoding, and the confidence is currently + tentative, then change the encoding to the + encoding encoding.

diff --git a/source b/source index 71ebf210959..74a16c84a51 100644 --- a/source +++ b/source @@ -88896,15 +88896,17 @@ document.body.appendChild(text); encoding to the encoding given by the value of the charset attribute.

-

Otherwise, if the element has a content attribute, and +

Otherwise, if the element has an http-equiv attribute whose + value is an ASCII case-insensitive match for the + string "Content-Type", and the element has a + content attribute, and applying the algorithm for extracting an encoding from a - Content-Type to its value returns a supported encoding - encoding, and the confidence is - currently tentative, then change the - encoding to the encoding encoding.

+ Content-Type to that attribute's value returns a supported + encoding encoding, and the confidence is currently + tentative, then change the encoding to the + encoding encoding.