Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit 17cf97e

Browse files
author
Stuart Rackham
committed
- Dropped the 'blink' text decorator as it is not supported in IE, Chrome, or
Safari browsers. - doc/docbook-xsl.css should be symlink.
1 parent bc97479 commit 17cf97e

File tree

6 files changed

+11
-340
lines changed

6 files changed

+11
-340
lines changed

doc/asciidoc.txt

+8-12
Original file line numberDiff line numberDiff line change
@@ -737,31 +737,27 @@ outputs. The CSS class names are:
737737
- '<color>' (text foreground color).
738738
- '<color>-background' (text background color).
739739
- 'big' and 'small' (text size).
740-
- 'underline', 'overline', 'line-through' (strike through) and 'blink'
741-
(text decorators).
740+
- 'underline', 'overline' and 'line-through' (strike through) text
741+
decorators.
742742

743743
Where '<color>' can be any of the
744744
http://en.wikipedia.org/wiki/Web_colors#HTML_color_names[sixteen HTML
745745
color names]. Examples:
746746

747747
[red]#Obvious# and [big red yellow-background]*very obvious*.
748748

749-
[underline]#Underline text#, [overline]#overline text#,
750-
[small bold blue blink]*small bold blue and blink*.
749+
[underline]#Underline text#, [overline]#overline text# and
750+
[bold blue line-through]*bold blue and line-through*.
751751

752752
is rendered as:
753753

754754
[red]#Obvious# and [big red yellow-background]*very obvious*.
755755

756-
[underline]#Underline text#, [overline]#overline text#,
757-
[line-through]#line-through text# and
758-
[small bold blue blink]*small bold blue and blink*.
756+
[underline]#Underline text#, [overline]#overline text# and
757+
[bold blue line-through]*bold blue and line-through*.
759758

760-
[NOTE]
761-
======
762-
- Quoted text attributes are not applicable to PDF or HTML 4 outputs.
763-
- The 'blink' text decorator is not supported in IE, Chrome, or Safari.
764-
======
759+
NOTE: Quoted text attributes are not applicable to PDF or HTML 4
760+
outputs.
765761

766762
[[X52]]
767763
Constrained and Unconstrained Quotes

doc/docbook-xsl.css

-323
This file was deleted.

doc/docbook-xsl.css

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../stylesheets/docbook-xsl.css

stylesheets/docbook-xsl.css

-1
Original file line numberDiff line numberDiff line change
@@ -320,4 +320,3 @@ span.small { font-size: 0.6em; }
320320
span.underline { text-decoration: underline; }
321321
span.overline { text-decoration: overline; }
322322
span.line-through { text-decoration: line-through; }
323-
span.blink { text-decoration: blink; }

stylesheets/html5.css

-1
Original file line numberDiff line numberDiff line change
@@ -451,4 +451,3 @@ span.small { font-size: 0.6em; }
451451
span.underline { text-decoration: underline; }
452452
span.overline { text-decoration: overline; }
453453
span.line-through { text-decoration: line-through; }
454-
span.blink { text-decoration: blink; }

stylesheets/xhtml11.css

-1
Original file line numberDiff line numberDiff line change
@@ -422,4 +422,3 @@ span.small { font-size: 0.6em; }
422422
span.underline { text-decoration: underline; }
423423
span.overline { text-decoration: overline; }
424424
span.line-through { text-decoration: line-through; }
425-
span.blink { text-decoration: blink; }

tests/data/testcases.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ A=*_X_*, (`_X_`), _`X`_, [*_X_*] +_X_+ _X_
9898

9999
[red]#Obvious# and [big red yellow-background]*very obvious*.
100100

101-
[underline]#Underline text#, [overline]#overline text#,
102-
[line-through]#line-through text# and [blink]#blink text#.
101+
[underline]#Underline text#, [overline]#overline text#
102+
and [line-through]#line-through text#.
103103

104104
[firstletter]##T##esting 123 ...
105105

0 commit comments

Comments
 (0)