- From: Vincent Hardy via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Dec 2011 23:50:56 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-exclusions
In directory hutz:/tmp/cvs-serv13296
Modified Files:
Exclusions.src.html Overview.html alternate-spec-style.css
default.css
Log Message:
Added links to Bugzilla issues. Made new spec. style an alternate stylesheet
Index: Exclusions.src.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Exclusions.src.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Exclusions.src.html 15 Nov 2011 19:35:17 -0000 1.17
+++ Exclusions.src.html 6 Dec 2011 23:50:54 -0000 1.18
@@ -4,20 +4,17 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS Exclusions and Shapes Module Level 1</title>
<link rel="stylesheet" type="text/css" href="default.css" />
- <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css" />
+ <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" />
- <link id="st" href="alternate-spec-style.css" rel="alternate stylesheet"
- type="text/css" disabled title="additional spec styles">
-
- <script type="text/javascript" src="style-toggle.js"></script>
-
<style type="text/css">
/* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */
/* The fonts are not applied if only loaded from the alternate stylesheet */
- @import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic);
- @import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
+
+ /* License font the following two fonts: fonts/Droid-Serif-fontfacekit/Google Android License.txt */
+ @import url(fonts/Droid-Serif-fontfacekit/stylesheet.css);
+ @import url(fonts/Droid-Sans-Mono-fontfacekit/stylesheet.css);
.singleImgExample {
display: block;
@@ -47,38 +44,18 @@
color: #46A4E9;
}
-
-
- div.issue-marker {
- position: absolute;
- width: 20ex;
- margin-left: -26ex;
- padding-right: 0.5em;
- font-weight: normal;
- font-size: 11px;
- text-align: right;
- background-color: white;
- font-size: 90%;
- padding-top: 0px;
- padding-bottom: 0px;
- }
-
- div.issue-marker a {
- color: red;
- }
-
- div.issue-marker .desc {
- font-size: 80%;
- line-height: 1.4em;
- }
-
- div.issue-marker .desc strong {
+ .issue-marker a {
+ background: #c00;
+ color: white;
font-weight: bold;
- font-size: 120%;
- color: red;
+ padding: 0.5em;
}
</style>
+ <link id="st" href="alternate-spec-style.css" rel="alternate stylesheet"
+ type="text/css" title="alternate spec styles">
+
+
</head>
<body>
<div id="div-head" class="head">
@@ -150,6 +127,8 @@
</p>
<dfn>Exclusion area</dfn>
+ <div class=issue-marker><a
+ href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15087">Bug-15087</a></div>
<p>
The area used for excluding inline flow content around an exclusion element. The
exclusion area is equivalent to the <a href="http://www.w3.org/TR/CSS2/box.html#box-dimensions">
@@ -161,6 +140,8 @@
</p>
<dfn>Wrapping context</dfn>
+ <div class=issue-marker><a
+ href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15086">Bug-15086</a></div>
<p>
The wrapping context of an element is a collection of 'exclusion areas'. The wrapping
@@ -321,6 +302,12 @@
content layout.</p>
</div>
+ <div class=issue-marker><a
+ href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15088">Bug-15088</a></div>
+
+ <div class=issue-marker><a
+ href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15084">Bug-15084</a></div>
+
<div class="example">
<p>
The 'wrap-flow' property values applied to an absolutely positioned element.
@@ -496,6 +483,10 @@
</div>
<h4 id="wrap-through-property">The 'wrap-through' Property</h4>
+
+ <div class=issue-marker><a
+ href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15085">Bug-15085</a></div>
+
<table class="propdef">
<tr>
<th>Name:</th>
@@ -667,6 +658,10 @@
<!-- End section "Order of Exclusions" -->
<h3 id="exclusions-implementation-note">Exclusions implementation note</h3>
+
+ <div class=issue-marker><a
+ href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15083">Bug-15083</a></div>
+
<p><em>This section is not normative.</em></p>
<p>
Exclusions can be specified on positioned elements and elements can be positioned
@@ -702,6 +697,11 @@
<!-- End section "Exclusions" -->
<h2 id="shapes">Shapes</h2>
+
+ <div class="issue-marker">
+ <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15091">Bug-15091</a><br />
+ </div>
+
<p>
Shapes define arbitrary geometric contours around which or into which inline flow
content flows. There are two different types of shapes – 'outside' and 'inside'.
@@ -838,8 +838,12 @@
<h3 id="shapes-from-image">Shapes from Image</h3>
- <div class="issue issue-marker"><p class="desc">Do we need to provide properties to repeat exclusion
- images as for the background-image property?</p></div>
+ <div class=issue-marker>
+ <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15093">Bug-15093</a><br />
+ <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15090">Bug-15090</a><br />
+ <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15092">Bug-15092</a>
+ </div>
+
<p>
Another way of defining shapes is by specifying a source image whose alpha channel
is used to compute the inside or outside shape. The shape is computed to be the
@@ -1020,6 +1024,8 @@
</dl>
<!-- End section "The shape-inside property" -->
<h4 id="shape-image-threshold-property">The 'shape-image-threshold' Property</h4>
+
+
<p>
The 'shape-image-threshold' defines the alpha channel threshold used to extract
the shape using an image. A value of 0.5 means that all the pixels that are more
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Overview.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Overview.html 15 Nov 2011 19:38:04 -0000 1.18
+++ Overview.html 6 Dec 2011 23:50:54 -0000 1.19
@@ -9,16 +9,15 @@
<link href=default.css rel=stylesheet type="text/css">
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
type="text/css">
- <link disabled href=alternate-spec-style.css id=st
- rel="alternate stylesheet" title="additional spec styles" type="text/css">
- <script src=style-toggle.js type="text/javascript"></script>
<style type="text/css">
/* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */
/* The fonts are not applied if only loaded from the alternate stylesheet */
[...1405 lines suppressed...]
- <p id=the-specification-will-remain-candidate-> The specification will
- remain Candidate Recommendation for at least six months.
+ <p> The specification will remain Candidate Recommendation for at least six
+ months.
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>
- <p id=this-specification-is-made-possible-by-i> This specification is made
- possible by input from Stephen Zilles, Alexandru Chiculita, Andrei Bucur,
- Mihnea Ovidenie, Peter Sorotokin, Virgil Palanciuc, Alan Stearns, Arno
- Gourdol, Eugene Veselov, Arron Eicholz, Alex Mogilevsky, Chris Jones,
- Marcus Mielke, and the CSS Working Group members.
+ <p> This specification is made possible by input from Stephen Zilles,
+ Alexandru Chiculita, Andrei Bucur, Mihnea Ovidenie, Peter Sorotokin,
+ Virgil Palanciuc, Alan Stearns, Arno Gourdol, Eugene Veselov, Arron
+ Eicholz, Alex Mogilevsky, Chris Jones, Marcus Mielke, and the CSS Working
+ Group members.
<h2 class=no-num id=references>References</h2>
Index: alternate-spec-style.css
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/alternate-spec-style.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- alternate-spec-style.css 28 Oct 2011 17:00:20 -0000 1.5
+++ alternate-spec-style.css 6 Dec 2011 23:50:54 -0000 1.6
@@ -1,12 +1,36 @@
-@import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic);
-@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
-
body {
- font-family: 'Droid Serif', serif;
+ font-family: 'DroidSerifRegular', 'Droid Serif', serif;
font-size: 14px;
- width: 38em;
color: #2f2f2f;
line-height: 1.7em;
+ padding-left: 8em;
+}
+
+#logo {
+ display: none;
+}
+
+#mobile-logo {
+ display: block;
+ border-radius: 0.2em;
+ box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
+}
+
+@media screen and (min-width: 68em){
+ body {
+ max-width: 50em;
+ }
+
+ #mobile-logo {
+ width: 90px;
+ height: 53px;
+ position: absolute;
+ margin-left: -120px;
+ }
+
+ img[alt='W3C'] {
+ display: none;
+ }
}
h1, h2, h3, h4, h5, h6 {
@@ -35,7 +59,7 @@
}
h1, h2, h3, h4, h5, h6, table, th, tr, td {
- font-family: 'Droid Serif', serif;
+ font-family: 'DroidSerifRegular', 'Droid Serif', serif;
}
h1+h2 {
@@ -80,7 +104,7 @@
}
pre, code {
- font-family: 'Droid Sans Mono', Inconsolata, monospace;
+ font-family: 'DroidSansMonoRegular', 'Droid Sans Mono', Inconsolata, monospace;
font-size: 83%;
line-height: 1.4em;
}
@@ -347,22 +371,17 @@
min-width: 28ex;
}
-#div-head > h1:before {
- content: '';
- background-image: url(http://www.w3.org/2008/site/images/logo-w3c-mobile-lg);
- display: block;
- width: 90px;
- height: 53px;
- position: absolute;
- margin-left: -120px;
- border-radius: 0.2em;
- -webkit-box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
- -ms-box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
- -o-box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
- box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
-}
-img[alt='W3C'] {
- display: none;
-}
\ No newline at end of file
+
+.issue-marker {
+ position: absolute;
+ width: 20ex;
+ margin-left: -22ex;
+ text-align: right;
+ }
+
+.issue-marker a {
+ color: #c00;
+ background: none;
+ font-weight: normal;
+ }
\ No newline at end of file
Index: default.css
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/default.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- default.css 18 Oct 2011 04:37:33 -0000 1.1
+++ default.css 6 Dec 2011 23:50:54 -0000 1.2
@@ -1,7 +1,6 @@
/*
* Style sheet for the CSS3 specification,
* to be used in addition to http://www.w3.org/StyleSheets/TR/W3C-{WD,PR,REC}
- * $Id$
*/
@media print {
@@ -111,7 +110,7 @@
content: "Example";
content: "Example " counter(exampleno);
min-width: 7.5em;
- text-transform: uppercase;
+ text-transform: uppercase;
}
pre.example:before {
content: "Example";
@@ -360,7 +359,7 @@
font-style: italic;
font-weight: normal;
width: 8.3em;
- padding-left: 1em;
+ padding-left: 1em;
}
table.propdef td[colspan]:first-child,
table.propdef-extra td[colspan]:first-child,
@@ -457,7 +456,7 @@
margin: 1em auto;
border-collapse: collapse;
width: 100%;
- border: hidden;
+ border: hidden;
}
.data caption {
width: 100%;
@@ -468,7 +467,7 @@
.proptable td, .proptable thx {
padding: 0.5em;
text-align: center;
- border-top: 1px dotted;
+ border-top: 1px dotted;
}
.data thead td:empty {
@@ -518,7 +517,7 @@
.proptable tbody td[rowspan]:first-child{
border-left: 0;
border-right: 1px dotted;
-}
+}
.complex.data th,
.complex.data td {
Received on Tuesday, 6 December 2011 23:50:58 UTC