8000 [cssom*] Editorial: fix typo in email · xfq/csswg-drafts@380f50a · GitHub
Skip to content

Commit 380f50a

Browse files
author
Simon Pieters
committed
[cssom*] Editorial: fix typo in email
1 parent 2054b0e commit 380f50a

6 files changed

Lines changed: 16 additions & 28 deletions

File tree

cssom-values/Overview.html

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
<!DOCTYPE html><html lang="en-US"><head>
22
<meta charset="utf-8">
33
<title>CSSOM Values Module</title>
4-
<style>
5-
dl.switch { padding-left:2em }
6-
dl.switch > dt { text-indent:-1.5em }
7-
dl.switch > dt:before { content:'\21AA'; padding:0 0.5em 0 0; display:inline-block; width:1em; text-align:right; line-height:0.5em }
8-
.atrisk::before { position:absolute; margin-left:-5em; margin-top:-2px; padding:4px; border:1px solid; content:'At risk';
9-
font-size:smaller; background:white; color:gray; border-radius:1em; text-align:center }
10-
td { vertical-align:baseline }
11-
td, th { border:solid }
12-
table { border:hidden; border-collapse:collapse }
13-
.propdef { font:inherit; line-height:2.3 }
14-
.toc, .toc ol { list-style-type:none }
15-
</style>
164
<link href="../default.css" rel="stylesheet">
175
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet">
186
</head>
@@ -25,7 +13,7 @@
2513

2614
<h1>CSSOM Values Module</h1>
2715

28-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 26 June 2013</h2>
16+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 8 January 2014</h2>
2917

3018
<dl>
3119

@@ -49,7 +37,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 26 June 2013</h2>
4937
<dt>Editors:</dt>
5038
<dd>Simon Pieters
5139
(<a href="http://www.opera.com/">Opera Software ASA</a>)
52-
&lt;<a href="mailto:simponp@opera.com">simonp@opera.com</a>&gt;</dd>
40+
&lt;<a href="mailto:simonp@opera.com">simonp@opera.com</a>&gt;</dd>
5341
<dd><a href="http://www.w3.org/wiki/User:Gadams">Glenn Adams</a>
5442
(<a href="http://www.cox.com/">Cox Communications, Inc.</a>)< D62 /div>
5543
&lt;<a href="mailto:glenn.adams@cox.com">glenn.adams@cox.com</a>&gt;</dd>
@@ -58,7 +46,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 26 June 2013</h2>
5846

5947

6048
<!--begin-copyright-->
61-
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
49+
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2014 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
6250
<!--end-copyright-->
6351

6452
</div>
@@ -81,15 +69,15 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
8169
can be found in the
8270
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
8371

84-
<p>This is the 26 June 2013 Editor's Draft of CSSOM. Please send
72+
<p>This is the 8 January 2014 Editor's Draft of CSSOM. Please send
8573
comments to
8674
<a href="mailto:www-style@w3.org?subject=%5Bcssom-values%5D%20">www-style@w3.org</a>
8775
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
8876
with <samp>[cssom-values]</samp> at the start of the subject line.
8977

9078

9179
<!-- XXX include this text upon FPWD publishing
92-
<p>This is the 26 June 2013 First Public Working Draft of CSSOM, produced by the
80+
<p>This is the 8 January 2014 First Public Working Draft of CSSOM, produced by the
9381
<a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part
9482
of the <a href="http://www.w3.org/Style/">Style Activity</a>).
9583
-->

cssom-values/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">[LONGSTATUS] [DATE: 3 August 2002]</h
3636
<dt>Editors:</dt>
3737
<dd>Simon Pieters
3838
(<a href="http://www.opera.com/">Opera Software ASA</a>)
39-
&lt;<a href="mailto:simponp@opera.com">simonp@opera.com</a>&gt;</dd>
39+
&lt;<a href="mailto:simonp@opera.com">simonp@opera.com</a>&gt;</dd>
4040
<dd><a href="http://www.w3.org/wiki/User:Gadams">Glenn Adams</a>
4141
(<a href="http://www.cox.com/">Cox Communications, Inc.</a>)
4242
&lt;<a href="mailto:glenn.adams@cox.com">glenn.adams@cox.com</a>&gt;</dd>

cssom-view/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<h1>CSSOM View Module</h1>
1818

19-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 5 December 2013</h2>
19+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 8 January 2014</h2>
2020

2121
<dl>
2222

@@ -46,7 +46,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 5 December 2013</h2>
4646
<dt>Editors:</dt>
4747
<dd>Simon Pieters
4848
(<a href="http://www.opera.com/">Opera Software ASA</a>)
49-
&lt;<a href="mailto:simponp@opera.com">simonp@opera.com</a>&gt;</dd>
49+
&lt;<a href="mailto:simonp@opera.com">simonp@opera.com</a>&gt;</dd>
5050
<dd><a href="http://www.w3.org/wiki/User:Gadams">Glenn Adams</a>
5151
(<a href="http://www.cox.com/">Cox Communications, Inc.</a>)
5252
&lt;<a href="mailto:glenn.adams@cox.com">glenn.adams@cox.com</a>&gt;</dd>
@@ -59,7 +59,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 5 December 2013</h2>
5959

6060

6161
<!--begin-copyright-->
62-
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
62+
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2014 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
6363
<!--end-copyright-->
6464

6565
</div>
@@ -83,7 +83,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
8383
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
8484
index at http://www.w3.org/TR/.</a></em>
8585

86-
<p>This is the 5 December 2013 Editor's Draft of CSSOM View. Please send
86+
<p>This is the 8 January 2014 Editor's Draft of CSSOM View. Please send
8787
comments to
8888
<a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a>
8989
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)

cssom-view/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">[LONGSTATUS] [DATE: 3 August 2002]</h
4545
<dt>Editors:</dt>
4646
<dd>Simon Pieters
4747
(<a href="http://www.opera.com/">Opera Software ASA</a>)
48-
&lt;<a href="mailto:simponp@opera.com">simonp@opera.com</a>&gt;</dd>
48+
&lt;<a href="mailto:simonp@opera.com">simonp@opera.com</a>&gt;</dd>
4949
<dd><a href="http://www.w3.org/wiki/User:Gadams">Glenn Adams</a>
5050
(<a href="http://www.cox.com/">Cox Communications, Inc.</a>)
5151
&lt;<a href="mailto:glenn.adams@cox.com">glenn.adams@cox.com</a>&gt;</dd>

cssom/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<h1>CSS Object Model (CSSOM)</h1>
1717

1818

19-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 5 December 2013</h2>
19+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 8 January 2014</h2>
2020

2121
<dl>
2222

@@ -45,7 +45,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 5 December 2013</h2>
4545
<dt>Editors:</dt>
4646
<dd>Simon Pieters
4747
(<a href="http://www.opera.com/">Opera Software ASA</a>)
48-
&lt;<a href="mailto:simponp@opera.com">simonp@opera.com</a>&gt;</dd>
48+
&lt;<a href="mailto:simonp@opera.com">simonp@opera.com</a>&gt;</dd>
4949
<dd><a href="http://www.w3.org/wiki/User:Gadams">Glenn Adams</a>
5050
(<a href="http://www.cox.com/">Cox Communications, Inc.</a>)
5151
&lt;<a href="mailto:glenn.adams@cox.com">glenn.adams@cox.com</a>&gt;</dd>
@@ -58,7 +58,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 5 December 2013</h2>
5858

5959

6060
<!--begin-copyright-->
61-
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
61+
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2014 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
6262
<!--end-copyright-->
6363

6464
</div>
@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
9090
can be found in the
9191
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
9292

93-
<p class="dontpublish">This is the 5 December 2013 Editor's Draft of CSSOM. Please send comments to
93+
<p class="dontpublish">This is the 8 January 2014 Editor's Draft of CSSOM. Please send comments to
9494
<a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
9595
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
9696
with <samp>[cssom]</samp> at the start of the subject line.

cssom/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">[LONGSTATUS] [DATE: 3 August 2002]</h
4444
<dt>Editors:</dt>
4545
<dd>Simon Pieters
4646
(<a href="http://www.opera.com/">Opera Software ASA</a>)
47-
&lt;<a href="mailto:simponp@opera.com">simonp@opera.com</a>&gt;</dd>
47+
&lt;<a href="mailto:simonp@opera.com">simonp@opera.com</a>&gt;</dd>
4848
<dd><a href="http://www.w3.org/wiki/User:Gadams">Glenn Adams</a>
4949
(<a href="http://www.cox.com/">Cox Communications, Inc.</a>)
5050
&lt;<a href="mailto:glenn.adams@cox.com">glenn.adams@cox.com</a>&gt;</dd>

0 commit comments

Comments
 (0)
<