Skip to content

Commit d6f0902

Browse files
committed
minor CSS update (target highlight) and updated change log.
1 parent 0c830f2 commit d6f0902

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

css3-speech/Overview.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
div.example pre { color: green; margin-left: 2em }
2323
dl { margin-left: 2em }
2424
caption dfn { font-size: 120% }
25+
26+
*:target {
27+
background-color: #F8F8F8;
28+
border: 1px dashed #66CC66;
29+
}
2530
/*]]>*/
2631
</style>
2732
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
@@ -2931,6 +2936,8 @@ <h2 class=no-num id=changes>Appendix F &mdash; Changes from previous draft</h2>
29312936
href="http://cgi.w3.org/member-bin/process.cgi">members-only W3C
29322937
pre-processor/generator</a>
29332938

2939+
<li>Reorganized appendixes
2940+
29342941
<li>Fixed minor typos
29352942
</ul>
29362943

css3-speech/Overview.src.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
div.example pre { color: green; margin-left: 2em }
2121
dl { margin-left: 2em }
2222
caption dfn { font-size: 120% }
23+
24+
*:target {
25+
background-color: #F8F8F8;
26+
border: 1px dashed #66CC66;
27+
}
2328
/*]]>*/
2429
</style>
2530
<link rel="stylesheet" type="text/css"
@@ -2039,6 +2044,7 @@ <h2 class="no-num" id="changes">Appendix F &mdash; Changes from previous draft</
20392044
XML to speech" in the abstract.</li>
20402045
<li>Removed unused normative links to CSS3 Modules (actually moved to informative references), now the only dependency is CSS3 Values and Units.</li>
20412046
<li>Reworked HTML source code to work with the <a href="http://cgi.w3.org/member-bin/process.cgi">members-only W3C pre-processor/generator</a></li>
2047+
<li>Reorganized appendixes</li>
20422048
<li>Fixed minor typos</li>
20432049
</ul>
20442050

0 commit comments

Comments
 (0)