Skip to content

Commit b32cbea

Browse files
committed
[css-step-sizing] Add Acknowledgments
1 parent 1614b96 commit b32cbea

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

css-step-sizing/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ or security considerations beyond "implement it correctly".
322322
Acknowledgments {#acks}
323323
=======================
324324
This specification would not have been possible without the help from:
325+
Tsutomu Nanjo,
325326
Charlie Neely,
326327
Alan Stearns,
327328
and the CSS Working Group members.

css-step-sizing/Overview.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<div class="head">
118118
<p data-fill-with="logo"><a class="logo" href="http://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
119119
<h1 class="p-name no-ref" id="title">CSS Step Sizing</h1>
120-
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-03-21">21 March 2016</time></span></h2>
120+
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-03-24">24 March 2016</time></span></h2>
121121
<div data-fill-with="spec-metadata">
122122
<dl>
123123
<dt>This version:
@@ -463,6 +463,7 @@ <h2 class="heading settled" data-level="4" id="priv-sec"><span class="secno">4.
463463
or security considerations beyond "implement it correctly".</p>
464464
<h2 class="heading settled" data-level="5" id="acks"><span class="secno">5. </span><span class="content">Acknowledgments</span><a class="self-link" href="#acks"></a></h2>
465465
This specification would not have been possible without the help from:
466+
Tsutomu Nanjo,
466467
Charlie Neely,
467468
Alan Stearns,
468469
and the CSS Working Group members.
@@ -567,33 +568,33 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
567568
<h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span class="content">Terms defined by reference</span><a class="self-link" href="#index-defined-elsewhere"></a></h3>
568569
<ul class="index">
569570
<li>
570-
<a data-link-type="biblio" href="#biblio-css-sizing-4">[css-sizing-4]</a> defines the following terms:
571+
<a data-link-type="biblio">[css-sizing-4]</a> defines the following terms:
571572
<ul>
572573
<li><a href="https://drafts.csswg.org/css-sizing-4/#available">available inline size</a>
573574
<li><a href="https://drafts.csswg.org/css-sizing-4/#definite">definite</a>
574575
</ul>
575576
<li>
576-
<a data-link-type="biblio" href="#biblio-css-values">[css-values]</a> defines the following terms:
577+
<a data-link-type="biblio">[css-values]</a> defines the following terms:
577578
<ul>
578579
<li><a href="https://drafts.csswg.org/css-values-3/#integer-value">&lt;integer></a>
579580
<li><a href="https://drafts.csswg.org/css-values-3/#length-value">&lt;length></a>
580581
<li><a href="https://drafts.csswg.org/css-values-3/#mult-opt">?</a>
581582
<li><a href="https://drafts.csswg.org/css-values-3/#funcdef-calc">calc()</a>
582583
</ul>
583584
<li>
584-
<a data-link-type="biblio" href="#biblio-css-variables-1">[css-variables-1]</a> defines the following terms:
585+
<a data-link-type="biblio">[css-variables-1]</a> defines the following terms:
585586
<ul>
586587
<li><a href="https://drafts.csswg.org/css-variables-1/#funcdef-var">var()</a>
587588
</ul>
588589
<li>
589-
<a data-link-type="biblio" href="#biblio-css-writing-modes-3">[css-writing-modes-3]</a> defines the following terms:
590+
<a data-link-type="biblio">[css-writing-modes-3]</a> defines the following terms:
590591
<ul>
591592
<li><a href="https://drafts.csswg.org/css-writing-modes-3/#inline-size">inline size</a>
592593
<li><a href="https://drafts.csswg.org/css-writing-modes-3/#over">over</a>
593594
<li><a href="https://drafts.csswg.org/css-writing-modes-3/#under">under</a>
594595
</ul>
595596
<li>
596-
<a data-link-type="biblio" href="#biblio-css21">[CSS21]</a> defines the following terms:
597+
<a data-link-type="biblio">[CSS21]</a> defines the following terms:
597598
<ul>
598599
<li><a href="https://drafts.csswg.org/css2/visudet.html#propdef-line-height">line-height</a>
599600
</ul>
@@ -615,7 +616,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
615616
<h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
616617
<dl>
617618
<dt id="biblio-css-variables-1">[CSS-VARIABLES-1]
618-
<dd>Tab Atkins Jr.. <a href="http://www.w3.org/TR/css-variables-1/">CSS Custom Properties for Cascading Variables Module Level 1</a>. 3 December 2015. CR. URL: <a href="http://www.w3.org/TR/css-variables-1/">http://www.w3.org/TR/css-variables-1/</a>
619+
<dd>Tab Atkins Jr.. <a href="http://dev.w3.org/csswg/css-variables/">CSS Custom Properties for Cascading Variables Module Level 1</a>. 3 December 2015. CR. URL: <a href="http://dev.w3.org/csswg/css-variables/">http://dev.w3.org/csswg/css-variables/</a>
619620
</dl>
620621
<h2 class="no-num no-ref heading settled" id="property-index"><span class="content">Property Index</span><a class="self-link" href="#property-index"></a></h2>
621622
<div class="big-element-wrapper">

0 commit comments

Comments
 (0)