Skip to content

Commit ccbb1bf

Browse files
committed
[css-writing-modes] Update DoC
1 parent 0b88f76 commit ccbb1bf

3 files changed

Lines changed: 117 additions & 9 deletions

File tree

css-writing-modes-3/issues-cr-2018.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,15 @@ <h1>CSS Writing Modes Level 3 Disposition of Comments for 2018-05-24 CR</h1>
4040
Response: <a href='https://github.com/w3c/csswg-drafts/issues/4139#issuecomment-513589921'>https://github.com/w3c/csswg-drafts/issues/4139#issuecomment-513589921</a>
4141
Closed: Accepted (undefine in L3, solve in L4)
4242
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/4139#issuecomment-514701209'>https://github.com/w3c/csswg-drafts/issues/4139#issuecomment-514701209</a></pre>
43-
<pre class='d' id='issue-2'>
43+
<pre class=' open' id='issue-2'>
4444
Issue 2. <a href='#issue-2'>#</a>
4545
Summary: Need to be clear about inputs to computation of min-content, max-content, and fit-content sizes
4646
From: David Baron
4747
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2890'>https://github.com/w3c/csswg-drafts/issues/2890</a>
4848
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420080835'>https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420080835</a>
4949
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420081451'>https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420081451</a>
5050
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420082478'>https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420082478</a>
51-
Closed: Deferred
52-
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/4139#issuecomment-514701209'>https://github.com/w3c/csswg-drafts/issues/4139#issuecomment-514701209</a></pre>
51+
Open</pre>
5352
<pre class='a' id='issue-3'>
5453
Issue 3. <a href='#issue-3'>#</a>
5554
Summary: Does vertical writing mode of an HTML body element cause an orthogonal flow?
@@ -59,13 +58,12 @@ <h1>CSS Writing Modes Level 3 Disposition of Comments for 2018-05-24 CR</h1>
5958
Response: <a href='https://github.com/w3c/csswg-drafts/pull/4130'>https://github.com/w3c/csswg-drafts/pull/4130</a>
6059
Closed: Accepted
6160
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/3066#issuecomment-499111764'>https://github.com/w3c/csswg-drafts/issues/3066#issuecomment-499111764</a></pre>
62-
<pre class='d' id='issue-4'>
61+
<pre class=' open' id='issue-4'>
6362
Issue 4. <a href='#issue-4'>#</a>
6463
Summary: Define “fixed size” as used to determine available space of orthogonal flows
6564
From: Elika Etemad
6665
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3095'>https://github.com/w3c/csswg-drafts/issues/3095</a>
67-
Closed: Deferred
68-
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/4139#issuecomment-514701209'>https://github.com/w3c/csswg-drafts/issues/4139#issuecomment-514701209</a></pre>
66+
Open</pre>
6967
<pre class='a' id='issue-5'>
7068
Issue 5. <a href='#issue-5'>#</a>
7169
Summary: Should writing-mode from display:contents element be applied to text?
@@ -126,13 +124,12 @@ <h1>CSS Writing Modes Level 3 Disposition of Comments for 2018-05-24 CR</h1>
126124
Closed: Accepted
127125
Resolved: Editorial
128126
Verified: <a href='https://github.com/w3c/csswg-drafts/issues/3829#issuecomment-513626272'>https://github.com/w3c/csswg-drafts/issues/3829#issuecomment-513626272</a></pre>
129-
<pre class='d' id='issue-12'>
127+
<pre class=' open' id='issue-12'>
130128
Issue 12. <a href='#issue-12'>#</a>
131129
Summary: "calculations that require a definite available inline space" unclear
132130
From: David Baron
133131
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4026'>https://github.com/w3c/csswg-drafts/issues/4026</a>
134-
Closed: Deferred
135-
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/4139#issuecomment-514701209'>https://github.com/w3c/csswg-drafts/issues/4139#issuecomment-514701209</a></pre>
132+
Open</pre>
136133
<pre class='a' id='issue-13'>
137134
Issue 13. <a href='#issue-13'>#</a>
138135
Summary: Vertical-align on table cells and writing-modes
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>CSS Writing Modes Level 3 Disposition of Comments for 2019-09-03 CR</title>
4+
<style>
5+
.a { background: lightgreen }
6+
.d { background: lightblue }
7+
.r { background: orange }
8+
.fo { background: red }
9+
.open { border: solid red; padding: 0.2em; }
10+
:target { box-shadow: 0.25em 0.25em 0.25em; }
11+
</style>
12+
13+
<h1>CSS Writing Modes Level 3 Disposition of Comments for 2019-09-03 CR</h1>
14+
15+
<p>Review document: <a href="https://www.w3.org/TR/2019/CR-css-writing-modes-3-20190903/">https://www.w3.org/TR/2019/CR-css-writing-modes-3-20190903/</a>
16+
17+
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css-writing-modes-3/">http://dev.w3.org/csswg/css-writing-modes-3/</a>
18+
19+
<p>The following color coding convention is used for comments:</p>
20+
21+
<ul>
22+
<li class="a">Accepted or Rejected and positive response
23+
<li class="r">Rejected and no response
24+
<li class="fo">Rejected and negative response
25+
<li class="d">Deferred
26+
<li class="oi">Out-of-Scope or Invalid and not verified
27+
</ul>
28+
29+
<p class=open>Open issues are marked like this</p>
30+
31+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
32+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
33+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
34+
<pre class=' open' id='issue-1'>
35+
Issue 1. <a href='#issue-1'>#</a>
36+
Summary: Need to be clear about inputs to computation of min-content, max-content, and fit-content sizes
37+
From: David Baron
38+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2890'>https://github.com/w3c/csswg-drafts/issues/2890</a>
39+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420080835'>https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420080835</a>
40+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420081451'>https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420081451</a>
41+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420082478'>https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420082478</a>
42+
Open</pre>
43+
<pre class=' open' id='issue-2'>
44+
Issue 2. <a href='#issue-2'>#</a>
45+
Summary: Define “fixed size” as used to determine available space of orthogonal flows
46+
From: Elika Etemad
47+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3095'>https://github.com/w3c/csswg-drafts/issues/3095</a>
48+
Open</pre>
49+
<pre class=' open' id='issue-3'>
50+
Issue 3. <a href='#issue-3'>#</a>
51+
Summary: "calculations that require a definite available inline space" unclear
52+
From: David Baron
53+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4026'>https://github.com/w3c/csswg-drafts/issues/4026</a>
54+
Open</pre>
55+
<script>
56+
(function () {
57+
var sheet = document.styleSheets[0];
58+
function addCheckbox(className) {
59+
var element = document.querySelector('*.' + className);
60+
var label = document.createElement('label');
61+
label.innerHTML = element.innerHTML;
62+
element.innerHTML = null;
63+
var check = document.createElement('input');
64+
check.type = 'checkbox';
65+
if (className == 'open') {
66+
check.checked = false;
67+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
68+
check.onchange = function (e) {
69+
rule.style.display = this.checked ? 'none' : 'block';
70+
}
71+
}
72+
else {
73+
check.checked = true;
74+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
75+
check.onchange = function (e) {
76+
rule.style.display = this.checked ? 'block' : 'none';
77+
}
78+
}
79+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
80+
element.appendChild(label);
81+
label.insertBefore(check, label.firstChild);
82+
}
83+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
84+
}());
85+
</script>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Draft: https://www.w3.org/TR/2019/CR-css-writing-modes-3-20190903/
2+
Title: CSS Writing Modes Level 3
3+
4+
Open//Accepted/OutOfScope/Invalid/Rejected/Retracted
5+
6+
----
7+
Issue 1.
8+
Summary: Need to be clear about inputs to computation of min-content, max-content, and fit-content sizes
9+
From: David Baron
10+
Comment: https://github.com/w3c/csswg-drafts/issues/2890
11+
Comment: https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420080835
12+
Comment: https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420081451
13+
Comment: https://github.com/w3c/csswg-drafts/issues/2890#issuecomment-420082478
14+
Open
15+
----
16+
Issue 2.
17+
Summary: Define “fixed size” as used to determine available space of orthogonal flows
18+
From: Elika Etemad
19+
Comment: https://github.com/w3c/csswg-drafts/issues/3095
20+
Open
21+
----
22+
Issue 3.
23+
Summary: "calculations that require a definite available inline space" unclear
24+
From: David Baron
25+
Comment: https://github.com/w3c/csswg-drafts/issues/4026
26+
Open

0 commit comments

Comments
 (0)