Skip to content

Commit

Permalink
[css-backgrounds-3] Add DoC
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Feb 14, 2018
1 parent ac58ea0 commit d9a6629
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 0 deletions.
72 changes: 72 additions & 0 deletions css-backgrounds-3/issues-cr-2017.bsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
Draft: https://www.w3.org/TR/2017/CR-css-backgrounds-3-20171017/
Title: CSS Backgrounds and Borders Level 3

----
Issue 1.
Summary: Consider removing spread distance adjustments for small radii
From: mstange
Comment: https://github.com/w3c/csswg-drafts/issues/1900
Response: https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-338818814
Closed: Retracted
Verified: https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836
----
Issue 2.
Summary: Clarify purpose of spread radius distance adjustments for small radii
From: mstange
Comment: https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836
Response: https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-365465700
Changes: https://github.com/w3c/csswg-drafts/commit/f885ef0ae5aae797794c1ca279ef1a9e4d35b00e
Closed: Accepted
Resolved: Editorial
----
Issue 3.
Summary: Limit spread radius distance adjustments for small radii to growing shapes
From: mstange
Comment: https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836
Response: https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-365465700
Changes: https://github.com/w3c/csswg-drafts/commit/c9cab7a6750825ff084e7bb0be181b18d71780d2
Closed: Accepted
Resolved: Bugfix
----
Issue 4.
Summary: Links broken by switch to Bikeshed
From: theres-waldo
Comment: https://github.com/w3c/csswg-drafts/issues/2005
Response: https://github.com/w3c/csswg-drafts/issues/2005#issuecomment-349031025
Changes: https://github.com/w3c/csswg-drafts/issues/2005
Closed: Accepted
Resolved: Editorial
----
Issue 5.
Summary: css-backgrounds-3 missing from property indexes
From: AmeliaBR
Comment: https://github.com/w3c/csswg-drafts/issues/1309
Open =Tab= =plinss= Debug?
Resolved: Editorial
----
Issue 6.
Summary: border shorthand shouldn't reset border-image
From: Daniel Glazman
Comment: https://github.com/w3c/csswg-drafts/issues/2108
Response: https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353146406
Response: https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353209227
Comment: https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353269086
Open
----
Issue 7.
Summary: Use of # notation undefined without reference to css-value-3
From: Geoffrey Sneddon
Comment: https://github.com/w3c/csswg-drafts/issues/2209
Response: https://github.com/w3c/csswg-drafts/issues/2209#issuecomment-365460222
Changes: https://github.com/w3c/csswg-drafts/commit/338e47275804c1554633c27ff761cbc8158f0e09
Closed: Accepted
Resolved: Editorial
----
Issue 8.
Summary: Canonical serialization for box-shadow is backwards
From: csnardi
Comment: https://github.com/w3c/csswg-drafts/issues/2305
Response: https://github.com/w3c/csswg-drafts/issues/2305#issuecomment-365453500
Changes: https://github.com/w3c/csswg-drafts/commit/2d702bbf149c516b5729653de6a5c39309e8888e
Open: Accepted =WG= Verify.
----
142 changes: 142 additions & 0 deletions css-backgrounds-3/issues-cr-2017.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Backgrounds and Borders Level 3 Disposition of Comments for 2017-10-17 CR</title>
<style type="text/css">
pre { border: solid thin silver; padding: 0.2em; white-space: normal; }
pre > span { display: block; white-space: pre; }
.a { background: #52E052 }
.d { background: #8CCBF2 }
.oi { background: #E0CB52 }
.r { background: orange }
.fo { background: #f66 }
pre.a { background: #E9FBE9 }
pre.d { background: #DEF }
pre.oi { background: #FCFAEE }
pre.r { background: #FFEECC }
pre.fo { background: #FBE9E9 }
.open { border: solid red; }
:target { box-shadow: 0.25em 0.25em 0.25em; }
a[href^=mid], a[href~=flatten] { text-decoration: none; }
abbr { font-weight: bold; }
</style>

<h1>CSS Backgrounds and Borders Level 3 Disposition of Comments for 2017-10-17 CR</h1>

<p>Dated Draft: <a href="https://www.w3.org/TR/2017/CR-css-backgrounds-3-20171017/">https://www.w3.org/TR/2017/CR-css-backgrounds-3-20171017/</a>

<p>Editor's Draft: <a href="http://drafts.csswg.org/css-backgrounds-3/">http://drafts.csswg.org/css-backgrounds-3/</a>

<p>The following color coding convention is used for comments:</p>

<ul>
<li class="a">Accepted or Rejected and positive response
<li class="r">Rejected and no response
<li class="fo">Rejected and negative response
<li class="d">Deferred
<li class="oi">Out-of-Scope or Invalid and not verified
</ul>

<p class=open>Open issues are marked like this</p>

<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
<code>Verified</code> indicates commentor's acceptance of the response.</p>
<pre class=' a' id='issue-1'>
<span>Issue 1. <a href='#issue-1'>#</a></span>
<span>Summary: Consider removing spread distance adjustments for small radii</span>
<span>From: mstange</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1900'>https://github.com/w3c/csswg-drafts/issues/1900</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-338818814'>https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-338818814</a></span>
<span class="a">Closed: Retracted</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836'>https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836</a></span></pre>
<pre class=' a' id='issue-2'>
<span>Issue 2. <a href='#issue-2'>#</a></span>
<span>Summary: Clarify purpose of spread radius distance adjustments for small radii</span>
<span>From: mstange</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836'>https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-365465700'>https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-365465700</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/f885ef0ae5aae797794c1ca279ef1a9e4d35b00e'>https://github.com/w3c/csswg-drafts/commit/f885ef0ae5aae797794c1ca279ef1a9e4d35b00e</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-3'>
<span>Issue 3. <a href='#issue-3'>#</a></span>
<span>Summary: Limit spread radius distance adjustments for small radii to growing shapes</span>
<span>From: mstange</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836'>https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-365465700'>https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-365465700</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/c9cab7a6750825ff084e7bb0be181b18d71780d2'>https://github.com/w3c/csswg-drafts/commit/c9cab7a6750825ff084e7bb0be181b18d71780d2</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-4'>
<span>Issue 4. <a href='#issue-4'>#</a></span>
<span>Summary: Links broken by switch to Bikeshed</span>
<span>From: theres-waldo</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2005'>https://github.com/w3c/csswg-drafts/issues/2005</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2005#issuecomment-349031025'>https://github.com/w3c/csswg-drafts/issues/2005#issuecomment-349031025</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/issues/2005'>https://github.com/w3c/csswg-drafts/issues/2005</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class='open ' id='issue-5'>
<span>Issue 5. <a href='#issue-5'>#</a></span>
<span>Summary: css-backgrounds-3 missing from property indexes</span>
<span>From: AmeliaBR</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1309'>https://github.com/w3c/csswg-drafts/issues/1309</a></span>
<span>Open =Tab= =plinss= Debug?</span>
<span>Resolved: Editorial</span></pre>
<pre class='open ' id='issue-6'>
<span>Issue 6. <a href='#issue-6'>#</a></span>
<span>Summary: border shorthand shouldn't reset border-image</span>
<span>From: Daniel Glazman</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2108'>https://github.com/w3c/csswg-drafts/issues/2108</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353146406'>https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353146406</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353209227'>https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353209227</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353269086'>https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353269086</a></span>
<span>Open</span></pre>
<pre class=' a' id='issue-7'>
<span>Issue 7. <a href='#issue-7'>#</a></span>
<span>Summary: Use of # notation undefined without reference to css-value-3</span>
<span>From: Geoffrey Sneddon</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2209'>https://github.com/w3c/csswg-drafts/issues/2209</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2209#issuecomment-365460222'>https://github.com/w3c/csswg-drafts/issues/2209#issuecomment-365460222</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/338e47275804c1554633c27ff761cbc8158f0e09'>https://github.com/w3c/csswg-drafts/commit/338e47275804c1554633c27ff761cbc8158f0e09</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class='open a' id='issue-8'>
<span>Issue 8. <a href='#issue-8'>#</a></span>
<span>Summary: Canonical serialization for box-shadow is backwards</span>
<span>From: csnardi</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2305'>https://github.com/w3c/csswg-drafts/issues/2305</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2305#issuecomment-365453500'>https://github.com/w3c/csswg-drafts/issues/2305#issuecomment-365453500</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/2d702bbf149c516b5729653de6a5c39309e8888e'>https://github.com/w3c/csswg-drafts/commit/2d702bbf149c516b5729653de6a5c39309e8888e</a></span>
<span class="a">Open: Accepted =WG= Verify.</span></pre>
<script>
(function () {
var sheet = document.styleSheets[0];
function addCheckbox(className) {
var element = document.querySelector('*.' + className);
var span = document.createElement('span');
span.innerHTML = element.innerHTML;
element.innerHTML = null;
var check = document.createElement('input');
check.type = 'checkbox';
if (className == 'open') {
check.checked = false;
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
check.onchange = function (e) {
rule.style.display = this.checked ? 'none' : 'block';
}
}
else {
check.checked = true;
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
check.onchange = function (e) {
rule.style.display = this.checked ? 'block' : 'none';
}
}
var rule = sheet.cssRules[sheet.cssRules.length - 1];
element.appendChild(check);
element.appendChild(span);
}
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
}());
</script>

0 comments on commit d9a6629

Please sign in to comment.