Skip to content

Commit 396fa86

Browse files
committed
[css2] Added 'normal' as a value for 'content'
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402102
1 parent 8b22818 commit 396fa86

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

css2/changes.src

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.39 2003-04-30 15:50:25 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.40 2003-06-09 15:58:41 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix B: Changes</TITLE>
@@ -27,6 +27,14 @@ The 'display' property</a></h3>
2727

2828
<p>New 'display' value: 'inline-block'
2929

30+
<h3 id="s-12-2a"><a href="generate.html#content">Section 12.2 The
31+
'content' property</a></h3>
32+
33+
<p>New 'content' value 'normal'. (Because ':before {content: ""}'
34+
generates a box, while ':before {content: normal}' does not. It is
35+
called 'normal' and not 'none', because 'content: normal' will mean
36+
other things for other kinds of elements in CSS3.)
37+
3038
<h3 id="s-18-1"><a href="ui.html#propdef-cursor">Section 18.1 Cursors:
3139
the 'cursor' property</a></h3>
3240

css2/properties/properties.db

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,8 +915,8 @@ leftwards | rightwards | inherit;;
915915
*/
916916

917917
/* content;;
918-
[ <string> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote ]+ | inherit;;
919-
empty string;;
918+
normal | [ <string> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote ]+ | inherit;;
919+
normal;;
920920
:before and :after pseudo-elements;;
921921
no;;
922922
N/A;;

0 commit comments

Comments
 (0)