bug 11623 - change CSS file comments from // to /* */

r=dbaron, sr=hewitt
This commit is contained in:
maolson%earthlink.net 2001-04-16 23:11:27 +00:00
Родитель bb2ed4e834
Коммит a1ece4a66a
10 изменённых файлов: 34 добавлений и 34 удалений

Просмотреть файл

@ -18,7 +18,7 @@
*
* Contributor(s):
*/
// Combinatorics for !important
/* Combinatorics for !important */
Important {
color: purple !important;
padding: 2px;

Просмотреть файл

@ -18,8 +18,8 @@
*
* Contributor(s):
*/
// Test of illegal CSS1 input.
// Illegal @ rules
/* Test of illegal CSS1 input.
Illegal @ rules */
@ignored;
P { color: purple }
@ignored [ skip me ];
@ -29,16 +29,16 @@ P { color: purple }
@ignored ( skip me too );
P { color: purple }
// Handle dangling semi-colons. Outside the scope of the CSS1 document
// but a reasonable parser should be able to eat them.
/* Handle dangling semi-colons. Outside the scope of the CSS1 document
but a reasonable parser should be able to eat them. */
@extra-semicolon;;
P { color: purple }
// These are all properties that have an extra keyword (fish) at the
// end. CSS1 says that such properties are to be ignored. Because the
// properties are all set in the BODY tag we can see if anything
// happens to invalid.html when this sheet is loaded (there should be
// no effect because the entire declaration block should be skipped).
/* These are all properties that have an extra keyword (fish) at the
end. CSS1 says that such properties are to be ignored. Because the
properties are all set in the BODY tag we can see if anything
happens to invalid.html when this sheet is loaded (there should be
no effect because the entire declaration block should be skipped). */
BODY {
word-spacing: normal fish;
wOrd-spacing: 12.0em fish;
@ -346,7 +346,7 @@ BODY {
}
P { color: purple }
// Illegal color values
/* Illegal color values */
InvalidColor {
color: RGB(110;
color: RGB(110,;
@ -365,7 +365,7 @@ InvalidColor {
}
P { color: purple }
// Illegal numeric values
/* Illegal numeric values */
InvalidNumber {
list-indent: 2..3;
list-indent: 17a;
@ -374,7 +374,7 @@ InvalidNumber {
}
P { color: purple }
// Illegal url values
/* Illegal url values */
InvalidURL {
background-image: url;
background-image: url(goaway;
@ -382,7 +382,7 @@ InvalidURL {
}
P { color: purple }
// Illegal rules
/* Illegal rules */
P[align], UL {
color: red;
font-size: large

Просмотреть файл

@ -18,7 +18,7 @@
*
* Contributor(s):
*/
// Combinatorics for selectors
/* Combinatorics for selectors */
Tag { color: purple }
Tag#Id { color: purple }
Tag#Id.Class { color: purple }

Просмотреть файл

@ -3,7 +3,7 @@ tree {
background-color: white;
border: none;
border-spacing: 0px;
//border-collapse: collapse;
/*border-collapse: collapse;*/
width: 100%;
table-layout: fixed;
}

Просмотреть файл

@ -314,7 +314,7 @@ treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
border-right : 1px solid #000000;
}
#dirTree { // Tree that lists different Address Books
#dirTree { /* Tree that lists different Address Books */
height : 100px;
min-width : 10px;
}
@ -333,7 +333,7 @@ treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
min-width : 10px;
}
#addToBucketButtonBox { // Row of "To" "CC" and "Bcc" buttons
#addToBucketButtonBox { /* Row of "To" "CC" and "Bcc" buttons */
padding : 0.3em;
min-width : 10px;
}
@ -348,15 +348,15 @@ treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
min-width : 10px;
}
#rightColumnButtonBox { // Column with "New", "Edit" and "Remove" buttons
#rightColumnButtonBox { /* Column with "New", "Edit" and "Remove" buttons */
padding : .5em;
padding-right : 0px;
}
.3rd-column-spring { // Vertical Springs between 3rd column buttons
.3rd-column-spring { /* Vertical Springs between 3rd column buttons */
height : 10px;
}
.middle-button-spring { // Springs between To, CC, and BCC buttons
.middle-button-spring { /* Springs between To, CC, and BCC buttons */
width : 10px;
}

Просмотреть файл

@ -324,7 +324,7 @@ treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
border : none;
}
#dirTree { // Tree that lists different Address Books
#dirTree { /* Tree that lists different Address Books */
height : 100px;
min-width : 10px;
}
@ -343,7 +343,7 @@ treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
min-width : 10px;
}
#addToBucketButtonBox { // Row of "To" "CC" and "Bcc" buttons
#addToBucketButtonBox { /* Row of "To" "CC" and "Bcc" buttons */
padding : 0.3em;
min-width : 10px;
}
@ -358,15 +358,15 @@ treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
min-width : 10px;
}
#rightColumnButtonBox { // Column with "New", "Edit" and "Remove" buttons
#rightColumnButtonBox { /* Column with "New", "Edit" and "Remove" buttons */
padding : .5em;
padding-right : 0px;
}
.3rd-column-spring { // Vertical Springs between 3rd column buttons
.3rd-column-spring { /* Vertical Springs between 3rd column buttons */
height : 10px;
}
.middle-button-spring { // Springs between To, CC, and BCC buttons
.middle-button-spring { /* Springs between To, CC, and BCC buttons */
width : 10px;
}

Просмотреть файл

@ -270,7 +270,7 @@ tree > treehead > treerow {
border: none;
}
#dirTree { // Tree that lists different Address Books
#dirTree { /* Tree that lists different Address Books */
min-width : 10px;
border-top : none;
border-left : none;
@ -303,7 +303,7 @@ tree > treehead > treerow {
min-width : 4px;
}
#addToBucketButtonBox { // Row of "To" "CC" and "Bcc" buttons
#addToBucketButtonBox { /* Row of "To" "CC" and "Bcc" buttons */
padding : 0.3em;
min-width : 10px;
border-top: 1px solid ThreeDHighlight;
@ -318,16 +318,16 @@ tree > treehead > treerow {
min-width : 10px;
}
#rightColumnButtonBox { // Column with "New", "Edit" and "Remove" buttons
#rightColumnButtonBox { /* Column with "New", "Edit" and "Remove" buttons */
padding : .5em;
padding-right : 0px;
}
.3rd-column-spring { // Vertical Springs between 3rd column buttons
.3rd-column-spring { /* Vertical Springs between 3rd column buttons */
height : 10px;
}
.middle-button-spring { // Springs between To, CC, and BCC buttons
.middle-button-spring { /* Springs between To, CC, and BCC buttons */
width : 10px;
}

Просмотреть файл

@ -60,7 +60,7 @@ toolbar#taskbar titledbutton[pseudoclass~="active"] {
toolbar#taskbar titledbutton[pseudoclass~="hover"] {
border: 1px outset #666699;
color:white;
//text-decoration:underline;
/*text-decoration:underline;*/
padding: 1px;
}

Просмотреть файл

@ -60,7 +60,7 @@ toolbar#taskbar titledbutton[pseudoclass~="active"] {
toolbar#taskbar titledbutton[pseudoclass~="hover"] {
border: 1px outset #666699;
color:white;
//text-decoration:underline;
/*text-decoration:underline;*/
padding: 1px;
}

Просмотреть файл

@ -60,7 +60,7 @@ toolbar#taskbar titledbutton[pseudoclass~="active"] {
toolbar#taskbar titledbutton[pseudoclass~="hover"] {
border: 1px outset #666699;
color:white;
//text-decoration:underline;
/*text-decoration:underline;*/
padding: 1px;
}