CINXE.COM

Media Queries Level 3 Disposition of Comments for 2012-06-19 REC

<!DOCTYPE html> <meta charset="utf-8"> <title>Media Queries Level 3 Disposition of Comments for 2012-06-19 REC</title> <style> .a { background: lightgreen } .d { background: lightblue } .r { background: orange } .fo { background: red } .open { border: solid red; padding: 0.2em; } :target { box-shadow: 0.25em 0.25em 0.25em; } </style> <h1>Media Queries Level 3 Disposition of Comments for 2012-06-19 REC</h1> <p>Review document: <a href="https://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/">https://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/</a> <p>Editor's draft: <a href="https://drafts.csswg.org/mediaqueries-3/">https://drafts.csswg.org/mediaqueries-3/</a></p> <p>This disposition of comments covers comments recieved since the original publication as a Recommendation on 12 June 2012 and through later revisions. <p>See <a href="https://www.w3.org/Style/2012/MediaQueriesDisposalOfComments.html">https://www.w3.org/Style/2012/MediaQueriesDisposalOfComments.html</a> for comments on earlier Drafts. <p>Issues 1 and 2 pretain to the <a href="https://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/">12 June 2012 Recommendation</a>. <p>Issues 3 to 5 pretain to the updated <a href="https://www.w3.org/TR/2022/REC-mediaqueries-3-20220405/">05 April 2022 Recommendation</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'> Issue 1. <a href='#issue-1'>#</a> Summary: <a href='https://lists.w3.org/Archives/Public/www-style/2012May/0794.html'>https://lists.w3.org/Archives/Public/www-style/2012May/0794.html</a> From: Kang-Hao (Kenny) Lu Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2012May/0794.html'>https://lists.w3.org/Archives/Public/www-style/2012May/0794.html</a> Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2013May/0783.html'>https://lists.w3.org/Archives/Public/www-style/2013May/0783.html</a> Closed: Accepted</pre> <pre class='a' id='issue-2'> Issue 2. <a href='#issue-2'>#</a> Summary: &lt;ratio> which is used by MQ is neither in CSS2.1 nor in css3-values From: Emilio Cobos 脕lvarez Comment: <a href='https://github.com/w3c/csswg-drafts/pull/2726'>https://github.com/w3c/csswg-drafts/pull/2726</a> Closed: Accepted Resolved: Editorial</pre> <pre class='a' id='issue-3'> Issue 3. <a href='#issue-3'>#</a> Summary: Spelling mistake in the changelog From: Chris LaChance Comment: <a href='https://github.com/w3c/csswg-drafts/issues/7198'>https://github.com/w3c/csswg-drafts/issues/7198</a> Response: <a href='https://github.com/w3c/csswg-drafts/issues/7198#issuecomment-1088452770'>https://github.com/w3c/csswg-drafts/issues/7198#issuecomment-1088452770</a> Closed: Accepted Resolved: Editorial</pre> <pre class='a' id='issue-4'> Issue 4. <a href='#issue-4'>#</a> Summary: Restrict 'layer' from the &lt;media-type> production From: Tab Atkins Jr. Comment: <a href='https://github.com/w3c/csswg-drafts/issues/7225'>https://github.com/w3c/csswg-drafts/issues/7225</a> Closed: Accepted Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/7225#issuecomment-1118015966'>https://github.com/w3c/csswg-drafts/issues/7225#issuecomment-1118015966</a></pre> <pre class=' open' id='issue-5'> Issue 5. <a href='#issue-5'>#</a> Summary: Viewport units / media queries interaction in print documents From: Emilio Cobos 脕lvarez Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5437'>https://github.com/w3c/csswg-drafts/issues/5437</a> Open</pre> <script> (function () { var sheet = document.styleSheets[0]; function addCheckbox(className) { var element = document.querySelector('*.' + className); var label = document.createElement('label'); label.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(label); label.insertBefore(check, label.firstChild); } ['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox); }()); </script>

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