File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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:
3139the 'cursor' property</a></h3>
3240
Original file line number Diff line number Diff 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;;
You can’t perform that action at this time.
0 commit comments