File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -326,6 +326,12 @@ <h2 id=at-import><span class=secno>2. </span> Importing style sheets: the
326
326
multiple places, user agents must process (or act as though they do) each
327
327
link as though the link were to a separate style sheet.
328
328
329
+ < p class =note > Note: This does not place any requirements on resource
330
+ fetching, only how the stylesheet is reflected in the CSSOM and used in
331
+ specs such as this one. Assuming appropriate caching, it is perfectly
332
+ appropriate for a UA to fetch a stylesheet only once, even though it's
333
+ linked or imported multiple times.
334
+
329
335
< p > The < a href ="#origin "> < i > origin</ i > </ a > of an imported stylesheet is
330
336
the same as the < a href ="#origin "> < i > origin</ i > </ a > of the stylesheet that
331
337
imported it.
Original file line number Diff line number Diff line change @@ -145,6 +145,13 @@ <h2 id="at-import">
145
145
user agents must process (or act as though they do) each link
146
146
as though the link were to a separate style sheet.
147
147
148
+ < p class ='note '>
149
+ Note: This does not place any requirements on resource fetching,
150
+ only how the stylesheet is reflected in the CSSOM and used in specs such as this one.
151
+ Assuming appropriate caching,
152
+ it is perfectly appropriate for a UA to fetch a stylesheet only once,
153
+ even though it's linked or imported multiple times.
154
+
148
155
< p >
149
156
The < i > origin</ i > of an imported stylesheet is the same as the < i > origin</ i > of the stylesheet that imported it.
150
157
You can’t perform that action at this time.
0 commit comments