Skip to content

Commit c10f797

Browse files
committed
[css-values] Better wording for base url stuff II
1 parent 077ce76 commit c10f797

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

css-values/Overview.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -797,8 +797,9 @@ <h3 id=urls><span class=secno>3.4. </span> Resource Locators: the ‘<a
797797
rel=biblioentry>[URI]<!--{{!URI}}--></a>) are resolved to full URIs using
798798
a base URI. RFC 3986, section 3, defines the normative algorithm for
799799
this process. For CSS style sheets, the base URI is that of the style
800-
sheet itself, not that of the source document. Style sheets embedded
801-
within a document have the base URL associated with their container.
800+
sheet itself, not that of the styled source document. Style sheets
801+
embedded within a document have the base URL associated with their
802+
container.
802803

803804
<p>When a <a href="#url-value"><i>&lt;url></i></a> appears in the computed
804805
value of a property, it is resolved to an absolute URL, as described in

css-values/Overview.src.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ <h3 id="urls">
462462
using a base URI. RFC&nbsp;3986, section&nbsp;3, defines the normative
463463
algorithm for this process.
464464
For CSS style sheets, the base URI is that of the style sheet itself,
465-
not that of the source document.
465+
not that of the styled source document.
466466
Style sheets embedded within a document have
467467
the base URL associated with their container.
468468

0 commit comments

Comments
 (0)