1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/document
Fabienne Ducroquet ad7ff0386d Changes in the handling of the format flags for list elements
* Rename P_STAR as P_DISC and P_PLUS as P_SQUARE.

* Delete P_NONE because it was used only as the default flag in init_html_parser
  and a list with P_NONE then got bullets, so instead use P_DISC by default (as
  per the CSS specification), and P_NO_BULLET for lists with no bullets.

* Use as bullets the characters:
  - U+25E6 WHITE BULLET for the circle style;
  - U+25AA BLACK SMALL SQUARE (alias square bullet) for the square style;
  - U+2022 BULLET for the disc style (default).

Signed-off-by: Fabienne Ducroquet <fabiduc@gmail.com>
2013-09-07 10:51:54 +02:00
..
css Changes in the handling of the format flags for list elements 2013-09-07 10:51:54 +02:00
dom Add support & test for the CSS list-style property 2011-11-14 04:34:50 +00:00
html Changes in the handling of the format flags for list elements 2013-09-07 10:51:54 +02:00
plain The union of the color and the node_number in the struct screen_char. 2012-03-03 11:27:58 +01:00
docdata.c Doxygenate src/document/ (but not subdirs) 2007-07-28 02:34:59 +03:00
docdata.h mem_alloc_align: drop the obj type parameter 2006-02-17 17:32:59 +00:00
document.c Avoid compilation warning on Windows. 2012-08-08 22:28:04 +02:00
document.h HTML bug 1114: Don't doubly decode entities in attributes 2011-05-01 22:54:45 +03:00
format.c struct text_style_color fg,bg -> foreground, background 2007-10-12 16:41:06 +02:00
format.h HTML bug 1114: Don't doubly decode entities in attributes 2011-05-01 22:54:45 +03:00
forms.c Doxygenate src/document/ (but not subdirs) 2007-07-28 02:34:59 +03:00
forms.h Doxygenate src/document/ (but not subdirs) 2007-07-28 02:34:59 +03:00
Makefile Backport Pasky's changes concerning text_style-related stuff. 2007-09-14 14:59:37 +02:00
options.c Merge branch 'elinks-0.12' into master 2009-03-29 18:26:20 +03:00
options.h Optionally honour "display: none" (default off) 2007-12-22 03:59:22 +00:00
refresh.c Don't fail assertion on 0-second meta-refresh 2009-06-18 18:13:25 +00:00
refresh.h Introduce start_document_refreshes() 2007-09-14 16:44:04 +02:00
renderer.c Removed code using pipes for decompression and simplified decompress_data. 2010-09-24 16:12:35 +02:00
renderer.h Backport Pasky's changes concerning text_style-related stuff. 2007-09-14 14:59:37 +02:00
view.h Doxygenate src/document/ (but not subdirs) 2007-07-28 02:34:59 +03:00