You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[css2] Major overhaul of the perl scripts and the Makefile. (I wanted to
learn perl...)
- a Project.cfg file now contains the order of chapters, the numbering
style, etc.
- because of this, numbering can now be done on a per file basis,
and number generation and insertion is now done in a single
script: addhanch
- Makefile looks cleaner (I think)
- new mkchain script to automatically insert prev/next/etc. links
(all links have therefore been removed from the .src files)
- many smaller and larger changes to most scripts
- small perl module utils.pm to collect common routines
- use of dbm for heading, index, and property databases (not sure it
is any better, I did it, because I could)
- new mkidx accepts aribtrary level of sub-entries
(main::sub::sub::...)
- section numbering is much more flexible, e.g., "Sect\ion I.1" will
insert the text "Section IX.7" (or whatever the number).
No list of changes apart from this log message. No documentation apart
from the comments in the scripts :-(
--HG--
extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40794
Copy file name to clipboardExpand all lines: css2/DOC/todo.db
+3-3
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
58 0 Ch12: reorder properties to: indentation, alignment, decoration, letter/word spacing, case, white space H�kon - 27 Sep 1997 02 Oct 1997 - Reordered
59
59
59 0 12.5: H�kon - 27 Sep 1997 12 Dec 1997 - No resolution since no problem!
60
60
60 0 12.6.2: describe 'text-shadow' property -- remove 'text-shadow-color' H�kon - 27 Sep 1997 03 Oct 1997 - text-shadow-color changed to text-shadow (but otherwise same desc.)
61
-
61 0 12.9.1: make sure the generated text functionality described by Murray can handle forced line breaks H�kon - 27 Sep 1997 - - -
61
+
61 0 12.9.1: make sure the generated text functionality described by Murray can handle forced line breaks H�kon - 27 Sep 1997 - Added A escape sequence to represent hard line break. [BB] (29 Jan 1998). -
62
62
62 0 13.1.1.4: use parent-child selectors instead of deprecated example H�kon - 27 Sep 1997 20 Oct 1997 - Fixed deprecated example. See new text.
63
63
63 0 14.1.0.3: move 'direction' property to "rendering model details" (ch 9) H�kon - 27 Sep 1997 20 Oct 1997 - Done. Still missing: explanation of values, examples.
64
64
64 0 Ch 14: add alignment on decimal point H�kon - 27 Sep 1997 - - -
@@ -94,11 +94,11 @@ ijacobs 0 Should there be commas in the rect() value of the 'clip' property? Ber
94
94
ijacobs 0 Is there an 'inherit' property (or value?) Bert/Hakon - 15 Jan 1998 - - -
95
95
ijacobs 0 Make sure to define text/css in the spec!! Ian/Chris - 15 Jan 1998 - - -
96
96
ijacobs 0 in cascade.src, mention @-rules that affect that cascade Ian/Bert - 15 Jan 1998 - - -
97
-
ijacobs 0 Make sure grammar.src and syndata.src are correct AND in sync Bert - 15 Jan 1998 - - -
97
+
ijacobs 0 Make sure grammar.src and syndata.src are correct AND in sync Bert - 15 Jan 1998 29 Jan 1998 - New grammar now has whitespace as token. syndata.src is in sync.
98
98
ijacobs 0 text-shadow or just 'shadow'? Hakon - 15 Jan 1998 - - -
99
99
ijacobs 0 attr() is used in tables.src but defined nowhere Ian - 15 Jan 1998 - - -
100
100
ian 0 Add statement that in CSS2, a block-level (or block level acting) element only produces one significant box which serves as containing block, delimiter for page breaks, etc. Ian - 20 Jan 1998 - - -
101
101
ian 0 Add note that in HTML, user agents can skip table values for 'display' Ian - 20 Jan 1998 - - -
102
102
ian 0 Has this been adequately covered by :before/:after + speak? Email from DSR to w3c-wai-hc@w3.org about speak-before/after - 21 Jan 1998 - - -
103
103
ian 0 Make sure all properties in sample style sheet (do "make checksample") http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0184.html - 23 Jan 1998 - - -
104
-
ian 0 Fix bug that causes H? in comments to appear in TOC Ian/Bert - 28 Jan 1998 - - -
104
+
ian 0 Fix bug that causes H? in comments to appear in TOC Ian/Bert - 28 Jan 1998 29 Jan 1998 - Believed fixed. mktoc now skips most comments. [BB]
0 commit comments