8000 csswg-drafts/css-grid-1/issues-cr-2016.html at cff7322c058d3f0cec6cd8f44d211d254e6c2d17 · w3c/csswg-drafts · GitHub
Skip to content

Latest commit

 

History

History
678 lines (671 loc) · 59.1 KB

File metadata and controls

678 lines (671 loc) · 59.1 KB
<span class="oi">Closed: OutOfScope</span></pre>
<pre class=' a' id='issue-72'>
<span>Issue 72. <a href='#issue-72'>#</a></span>
<span>Summary: Clarify that grid span is per axis</span>
<span>From: Fuqiao Xue</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1994'>https://github.com/w3c/csswg-drafts/issues/1994</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1994#issuecomment-347305016'>https://github.com/w3c/csswg-drafts/issues/1994#issuecomment-347305016</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/0b56e1bd79955b7fd7621ba4a41f35910135da8a'>https://github.com/w3c/csswg-drafts/commit/0b56e1bd79955b7fd7621ba4a41f35910135da8a</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>