Skip to content

Commit fb693e5

Browse files
committed
Update
1 parent 6d104be commit fb693e5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1792,6 +1792,14 @@ <h3>
17921792
`name_localized`.
17931793
</li>
17941794
</ol>
1795+
<p>
1796+
The user agent SHOULD consider a [=manifest image resource=] updated
1797+
if the {{ImageResource/src}} member has changed. If the
1798+
{{ImageResource/src}} has not changed, the user agent MAY download the
1799+
image and check for visual differences in some cases, like when other
1800+
[=manifest image resources=] have changed. This is similar to
1801+
the `Cache-Control::Immutable` behavior, as described in [[RFC8246]].
1802+
</p>
17951803
<p>
17961804
[=Security-sensitive members=] SHOULD be displayed in a
17971805
bidirectionally isolated way as described in [[UTS55]], regardless
@@ -1800,7 +1808,8 @@ <h3>
18001808
<p data-cite="permissions">
18011809
User agents SHOULD NOT automatically apply changes to
18021810
[=security-sensitive members=] without [=express permission=] from
1803-
the user.
1811+
the user. User agents MAY consider an icon unchanged if
1812+
the user agent determines the visual difference is insignificant.
18041813
</p>
18051814
<p>
18061815
Instead, user agents SHOULD present changes to [=security-sensitive
@@ -1831,6 +1840,8 @@ <h3>
18311840
</li>
18321841
<li>Uninstall the web app
18331842
</li>
1843+
<li>Ignore the update
1844+
</li>
18341845
</ol>
18351846
</aside>
18361847
</section>

0 commit comments

Comments
 (0)