This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
netsurf
Watch
1
Star
0
Fork
0
You've already forked netsurf
mirror of
https://github.com/netsurf-browser/netsurf
synced
2025-02-17 23:14:18 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
netsurf
/
css
History
Michael Drake
61489da940
Handle no units in CSS as px. This is a temporary measure until the new CSS parser is used, which will handle this properly.
...
svn path=/trunk/netsurf/; revision=6173
2009-01-22 10:53:14 +00:00
..
css_enums
…
css.c
Fix css_len2pt conversion from px and use it in the RO front end code.
2008-12-16 12:26:52 +00:00
css.h
Implement percentage heights for block level elements in normal flow, floats and positioned boxes. Percentage min/max-height not yet handled.
2008-10-12 21:22:28 +00:00
makeenum
…
Makefile
Rename library to avoid confusion.
2008-11-28 17:29:35 +00:00
parser.y
Include string.h. Thanks to joty.
2008-02-03 16:43:16 +00:00
ruleset.c
Handle no units in CSS as px. This is a temporary measure until the new CSS parser is used, which will handle this properly.
2009-01-22 10:53:14 +00:00
scanner.l
Bring definition of {escape} in line with CSS 2.1 spec.
2008-03-06 23:20:32 +00:00
testcss.c
Extract test code from css.c into a separate source file.
2008-11-28 17:17:45 +00:00