[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/Convert/HTML.pm (%special_list_bulle
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/Convert/HTML.pm (%special_list_bullet_css_string_no_arg_command) (html_convert_css_string_for_list_bullet): allow formatting for list bullets to be different from formatting of @-commands in CSS strings. This was an attempt to find an hyphen more suitable for a bullet list, but the default one seems to be the best. |
Date: |
Wed, 05 Jan 2022 14:26:15 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new b12835a3f1 * tp/Texinfo/Convert/HTML.pm
(%special_list_bullet_css_string_no_arg_command)
(html_convert_css_string_for_list_bullet): allow formatting for list bullets to
be different from formatting of @-commands in CSS strings. This was an attempt
to find an hyphen more suitable for a bullet list, but the default one seems to
be the best.
b12835a3f1 is described below
commit b12835a3f1db9743caf82ed9a641d29622414b3d
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jan 5 20:26:03 2022 +0100
* tp/Texinfo/Convert/HTML.pm
(%special_list_bullet_css_string_no_arg_command)
(html_convert_css_string_for_list_bullet): allow formatting for list
bullets to be different from formatting of @-commands in CSS strings.
This was an attempt to find an hyphen more suitable for a bullet list,
but the default one seems to be the best.
---
tp/tests/layout/res_parser/formatting_enable_encoding/formatting.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.html
b/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.html
index f63415e93c..235110ec4a 100644
--- a/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.html
@@ -827,7 +827,7 @@ span.sansserif {font-family: sans-serif; font-weight:
normal}
span.smaller {font-size: smaller}
span:hover a.copiable-anchor {visibility: visible}
ul.mark-bullet {list-style-type: disc}
-ul.mark-minus {list-style-type: "−"}
+ul.mark-minus {list-style-type: "\2212"}
ul.mark-w {list-style-type: none}
ul.no-bullet {list-style: none}
-->
- Prev by Date:
branch master updated: * tp/Texinfo/Convert/HTML.pm (%special_list_bullet_css_string_no_arg_command) (html_convert_css_string_for_list_bullet): allow formatting for list bullets to be different from formatting of @-commands in CSS strings. This was an attempt to find an hyphen more suitable for a bullet list, but the default one seems to be the best.
- Next by Date:
branch master updated: * NEWS, doc/texinfo.texi (HTML Customization Variables), (Other Customization Variables), tp/Texinfo/Common.pm (@variable_string_settables), tp/Texinfo/Convert/HTML.pm (%defaults) (_default_format_contents), tp/init/html32.pm: rename OVERVIEW_LINK_TO_TOC as SHORT_TOC_LINK_TO_TOC, rename BEFORE_OVERVIEW as BEFORE_SHORT_TOC_LINES and AFTER_OVERVIEW as AFTER_SHORT_TOC_LINES.
- Previous by thread:
branch master updated: * tp/Texinfo/Convert/HTML.pm (%special_list_bullet_css_string_no_arg_command) (html_convert_css_string_for_list_bullet): allow formatting for list bullets to be different from formatting of @-commands in CSS strings. This was an attempt to find an hyphen more suitable for a bullet list, but the default one seems to be the best.
- Next by thread:
branch master updated: * NEWS, doc/texinfo.texi (HTML Customization Variables), (Other Customization Variables), tp/Texinfo/Common.pm (@variable_string_settables), tp/Texinfo/Convert/HTML.pm (%defaults) (_default_format_contents), tp/init/html32.pm: rename OVERVIEW_LINK_TO_TOC as SHORT_TOC_LINK_TO_TOC, rename BEFORE_OVERVIEW as BEFORE_SHORT_TOC_LINES and AFTER_OVERVIEW as AFTER_SHORT_TOC_LINES.
- Index(es):