CINXE.COM

CSS Values and Units Level 3 Disposition of Comments for 2018-08-14 CR

<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Values and Units Level 3 Disposition of Comments for 2018-08-14 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 Values and Units Level 3 Disposition of Comments for 2018-08-14 CR</h1> <p>Dated Draft: <a href="https://www.w3.org/TR/2018/CR-css-values-3-20180814/">https://www.w3.org/TR/2018/CR-css-values-3-20180814/</a> <p>Editor's Draft: <a href="http://drafts.csswg.org/css-values-3/">http://drafts.csswg.org/css-values-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: Define &lt;'property-name'> notation to exclude listification</span> <span>From: fantasai</span> <span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3146'>https://github.com/w3c/csswg-drafts/issues/3146</a></span> <span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/5a4a12f26ab9bdac96e06fcd3088d88befa72c57'>https://github.com/w3c/csswg-drafts/commit/5a4a12f26ab9bdac96e06fcd3088d88befa72c57</a></span> <span class="a">Closed: Accepted</span> <span class="a">Verified: Commenter is editor</span> <span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018Oct/0005.html'>https://lists.w3.org/Archives/Public/www-style/2018Oct/0005.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Oct/0005.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre> <pre class=' a' id='issue-2'> <span>Issue 2. <a href='#issue-2'>#</a></span> <span>Summary: Clarify that properties can override out-of-range being invalid</span> <span>From: Florian Rivoal</span> <span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3270'>https://github.com/w3c/csswg-drafts/issues/3270</a></span> <span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/c1c4508e35bff3e29eb9d5b6f3ba2d390adb7866'>https://github.com/w3c/csswg-drafts/commit/c1c4508e35bff3e29eb9d5b6f3ba2d390adb7866</a></span> <span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/3270#event-2051812459'>https://github.com/w3c/csswg-drafts/issues/3270#event-2051812459</a></span> <span>Resolved: Editorial</span></pre> <pre class=' a' id='issue-3'> <span>Issue 3. <a href='#issue-3'>#</a></span> <span>Summary: Clarifications on calc() simplification</span> <span>From: Emilio 脕lvarez</span> <span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3482'>https://github.com/w3c/csswg-drafts/issues/3482</a></span> <span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451462821'>https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451462821</a></span> <span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451590359'>https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451590359</a></span> <span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451644457'>https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451644457</a></span> <span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-453265900'>https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-453265900</a></span> <span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/e01d805b252d1e4ac5201d2b4330f45d705f967c'>https://github.com/w3c/csswg-drafts/commit/e01d805b252d1e4ac5201d2b4330f45d705f967c</a></span> <span class="a">Closed: Accepted</span> <span>Resolved: Editorial</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>

Pages: 1 2 3 4 5 6 7 8 9 10