Skip to content

Commit b8e393f

Browse files
committed
[css-shapes] add sentence for network error result
1 parent bf0dbee commit b8e393f

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

css-shapes/Overview.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,9 @@ <h4 id=shape-outside-property><span class=secno>3.4.1. </span>The ‘<a
726726
rel=biblioentry>[HTML5]<!--{{!HTML5}}--></a> specification for all URLs
727727
in a shape-outside value. When fetching, user agents must use "Anonymous"
728728
mode, set the referrer source to the stylesheet's URL and set the origin
729-
to the URL of the containing document.
729+
to the URL of the containing document. If this results in network errors
730+
such that there is no valid fallback image, the effect is as if the value
731+
<code class=property>auto</code>’ had been specified.
730732
</dl>
731733
<!-- End section "The shape-outside Property" -->
732734

css-shapes/Overview.src.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,12 @@ <h4 id="shape-outside-property">The 'shape-outside' Property</h4>
591591
set the referrer source
592592
to the stylesheet's URL
593593
and set the origin to the URL
594-
of the containing document.
594+
of the containing document.
595+
If this results in network errors
596+
such that there is no valid fallback image,
597+
the effect is as if
598+
the value 'auto'
599+
had been specified.
595600
</dd>
596601
</dl>
597602
<!-- End section "The shape-outside Property" -->

0 commit comments

Comments
 (0)