Author: jmb
Date: Sat Jan 17 18:30:25 2009
New Revision: 6124
URL: http://source.netsurf-browser.org?rev=6124&view=rev
Log:
Fix expected bytecode for font-family with ident list.
Remove upper-greek from list-style-type -- documentation was wrong.
Modified:
trunk/libcss/docs/Bytecode
trunk/libcss/test/data/parse/properties.dat
Modified: trunk/libcss/docs/Bytecode
URL:
http://source.netsurf-browser.org/trunk/libcss/docs/Bytecode?rev=6124&r1=6123&r2=6124&view=diff
==============================================================================
--- trunk/libcss/docs/Bytecode (original)
+++ trunk/libcss/docs/Bytecode Sat Jan 17 18:30:25 2009
@@ -637,14 +637,13 @@
5 => lower-roman,
6 => upper-roman,
7 => lower-greek,
- 8 => upper-greek,
- 9 => lower-latin,
- a => upper-latin,
- b => armenian,
- c => georgian,
- d => lower-alpha,
- e => upper-alpha,
- f => none,
+ 8 => lower-latin,
+ 9 => upper-latin,
+ a => armenian,
+ b => georgian,
+ c => lower-alpha,
+ d => upper-alpha,
+ e => none,
other => Reserved for future expansion.
27 - margin-{top,right,bottom,left}
Modified: trunk/libcss/test/data/parse/properties.dat
URL:
http://source.netsurf-browser.org/trunk/libcss/test/data/parse/properties.dat?rev=6124&r1=6123&r2=6124&view=diff
==============================================================================
--- trunk/libcss/test/data/parse/properties.dat (original)
+++ trunk/libcss/test/data/parse/properties.dat Sat Jan 17 18:30:25 2009
@@ -1446,7 +1446,7 @@
#errors
#expected
| 1 *
-| 0x0200001b PTR(Homerton) 0x00000000
+| 0x0204001b PTR(Homerton) 0x00000000
#reset
#data
@@ -1950,7 +1950,7 @@
#reset
#data
-* { list-style-type: upper-greek; }
+* { list-style-type: lower-latin; }
#errors
#expected
| 1 *
@@ -1958,7 +1958,7 @@
#reset
#data
-* { list-style-type: lower-latin; }
+* { list-style-type: upper-latin; }
#errors
#expected
| 1 *
@@ -1966,7 +1966,7 @@
#reset
#data
-* { list-style-type: upper-latin; }
+* { list-style-type: armenian; }
#errors
#expected
| 1 *
@@ -1974,7 +1974,7 @@
#reset
#data
-* { list-style-type: armenian; }
+* { list-style-type: georgian; }
#errors
#expected
| 1 *
@@ -1982,7 +1982,7 @@
#reset
#data
-* { list-style-type: georgian; }
+* { list-style-type: lower-alpha; }
#errors
#expected
| 1 *
@@ -1990,7 +1990,7 @@
#reset
#data
-* { list-style-type: lower-alpha; }
+* { list-style-type: upper-alpha; }
#errors
#expected
| 1 *
@@ -1998,21 +1998,13 @@
#reset
#data
-* { list-style-type: upper-alpha; }
+* { list-style-type: none; }
#errors
#expected
| 1 *
| 0x00380026
#reset
-#data
-* { list-style-type: none; }
-#errors
-#expected
-| 1 *
-| 0x003c0026
-#reset
-
##
## 27 - margin-{top,right,bottom,left}
##
_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org