Skip to content

Commit d407fe8

Browse files
committed
fix link to fantasai's contact info, add domain for w3.org spec link
1 parent 31ab167 commit d407fe8

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

css-style-attr/Overview.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 19 January
4141

4242
<dt>Editor:
4343

44-
<dd><a href="http://fantasai.inkedblade.net/contact/">Elika J. Etemad</a>
45-
44+
<dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a>
4645

4746
<dt>Previous Editors:
4847

@@ -262,12 +261,12 @@ <h2 id=interpret><span class=secno>4. </span>Cascading and Interpretation</h2>
262261

263262
<p>The declarations in a styling attribute apply to the element to which
264263
the attribute belongs. CSS2.1 <a
265-
href="/TR/CSS21/cascade.html#specificity">defines</a> how style sheets and
266-
styling attributes are cascaded together. <a href="#CSS21"
267-
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> Relative URLs in the style
268-
data must be resolved relative to the styling attribute's element (or to
269-
the document if per-element resolution is not defined) when the
270-
attribute's value is parsed<!-- so dynamic changes to
264+
href="http://www.w3.org/TR/CSS21/cascade.html#specificity">defines</a> how
265+
style sheets and styling attributes are cascaded together. <a
266+
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> Relative URLs
267+
in the style data must be resolved relative to the styling attribute's
268+
element (or to the document if per-element resolution is not defined) when
269+
the attribute's value is parsed<!-- so dynamic changes to
271270
the base URL don't affect the CSS ~Hixie -->.
272271

273272

css-style-attr/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
2323
<dt>Previous version:
2424
<dd><a href="http://www.w3.org/TR/2002/WD-css-style-attr-20020515">http://www.w3.org/TR/2002/WD-css-style-attr-20020515</a>
2525
<dt>Editor:
26-
<dd><a href="http://fantasai.inkedblade.net/contact/">Elika J. Etemad</a>
26+
<dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a>
2727
<dt>Previous Editors:
2828
<dd><span lang="tr">Tantek &Ccedil;elik</span> (<a href="http://www.microsoft.com/">Microsoft</a>), &lt;<a href="mailto:tantekc@microsoft.com">tantekc@microsoft.com</a>&gt;
2929
<dd><a href="http://www.w3.org/People/Bos/">Bert Bos</a> (<a href="http://www.w3.org/">W3C</a>), &lt;<a href="mailto:bert@w3.org">bert@w3.org</a>&gt;
@@ -147,7 +147,7 @@ <h2 id="syntax">Syntax and Parsing</h2>
147147
<h2 id="interpret">Cascading and Interpretation</h2>
148148

149149
<p>The declarations in a styling attribute apply to the element to which
150-
the attribute belongs. CSS2.1 <a href="/TR/CSS21/cascade.html#specificity">defines</a>
150+
the attribute belongs. CSS2.1 <a href="http://www.w3.org/TR/CSS21/cascade.html#specificity">defines</a>
151151
how style sheets and styling attributes are cascaded together. [[!CSS21]]
152152
Relative URLs in the style data must be resolved relative to the styling
153153
attribute's element (or to the document if per-element resolution is not

0 commit comments

Comments
 (0)