Skip to content

Commit f384712

Browse files
committed
[css-text] DoC updated (w3c#72 closed, add comments to w3c#77)
--HG-- extra : rebase_source : 8a9bcdc4a5fbfecf6a092914e0d1cd7f775334ed
1 parent 5a89d9c commit f384712

2 files changed

Lines changed: 35 additions & 7 deletions

File tree

css-text/issues-lc-2013.html

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
622622
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0207.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0207.html</a>
623623
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0319.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0319.html</a>
624624
Closed: OutOfScope</pre>
625-
<pre class=' open' id='issue-72'>
625+
<pre class='r' id='issue-72'>
626626
Issue 72. <a href='#issue-72'>#</a>
627627
Summary: Control characters
628628
From: James Clark
@@ -633,7 +633,8 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
633633
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0490.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0490.html</a>
634634
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0102.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0102.html</a>
635635
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0103.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0103.html</a>
636-
Open:</pre>
636+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0431.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0431.html</a>
637+
Closed: Rejected</pre>
637638
<pre class='a' id='issue-73'>
638639
Issue 73. <a href='#issue-73'>#</a>
639640
Summary: example 16 named entity
@@ -676,6 +677,8 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
676677
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0372.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0372.html</a>
677678
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0388.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0388.html</a>
678679
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0356.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0356.html</a>
680+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0394.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0394.html</a>
681+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0395.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0395.html</a>
679682
Closed: Accepted</pre>
680683
<pre class='a' id='issue-78'>
681684
Issue 78. <a href='#issue-78'>#</a>
@@ -694,10 +697,32 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
694697
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0397.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0397.html</a>
695698
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0398.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0398.html</a>
696699
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0409.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0409.html</a>
697-
Open</pre>
700+
Open:</pre>
698701
<pre class=' open' id='issue-80'>
699702
Issue 80. <a href='#issue-80'>#</a>
700703
Summary: I18N-ISSUE-344: Wording of section 7.4.4 Cursive Scripts
701704
From: Richard Ishida
702705
Comment: <a href='http://www.w3.org/International/track/issues/344'>http://www.w3.org/International/track/issues/344</a>
703-
Open</pre>
706+
Open:</pre>
707+
<script>
708+
(function () {
709+
var sheet = document.styleSheets[0];
710+
function addCheckbox(className) {
711+
var element = document.querySelector('*.' + className);
712+
var span = document.createElement('span');
713+
span.innerHTML = element.innerHTML;
714+
element.innerHTML = null;
715+
var check = document.createElement('input');
716+
check.type = 'checkbox';
717+
check.checked = true;
718+
sheet.addRule('pre.' + className, '');
719+
var rule = sheet.rules[sheet.rules.length - 1];
720+
check.onchange = function (e) {
721+
rule.style.display = this.checked ? 'block' : 'none';
722+
}
723+
element.appendChild(check);
724+
element.appendChild(span);
725+
}
726+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
727+
}());
728+
</script>

css-text/issues-lc-2013.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,8 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2014Mar/0501.html
608608
Comment: http://lists.w3.org/Archives/Public/www-style/2014Mar/0490.html
609609
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0102.html
610610
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0103.html
611-
Open:
611+
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0431.html
612+
Closed: Rejected
612613
----
613614
Issue 73.
614615
Summary: example 16 named entity
@@ -651,6 +652,8 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0368.html
651652
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0372.html
652653
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0388.html
653654
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0356.html
655+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jun/0394.html
656+
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0395.html
654657
Closed: Accepted
655658
----
656659
Issue 78.
@@ -669,10 +672,10 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0261.html
669672
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0397.html
670673
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0398.html
671674
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0409.html
672-
Open
675+
Open:
673676
----
674677
Issue 80.
675678
Summary: I18N-ISSUE-344: Wording of section 7.4.4 Cursive Scripts
676679
From: Richard Ishida
677680
Comment: http://www.w3.org/International/track/issues/344
678-
Open
681+
Open:

0 commit comments

Comments
 (0)