]> git.cameronkatri.com Git - mandoc.git/commitdiff
Delete the statement that the default stylesheet only used CSS1
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 22 Jun 2022 17:37:59 +0000 (17:37 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 22 Jun 2022 17:37:59 +0000 (17:37 +0000)
because that has no longer been true for some time now.

I would certainly like to adhere to a coherent standard and state
which one that is.  Unfortunately, the W3C deliberately smashed
the CSS standard into pieces such that a coherent standard no
longer exists and such that statements about standard conformance
have become next to meaningless.  Consequently, i now remain
reluctantly silent regarding CSS standard(s) conformance.

Going back to CSS2.1, published in 2011, which was the last CSS
standard in the proper sense of the word, is not an option because
it has gaping holes in functionality and is no longer adequate for
use on today's WWW.

mandoc.1

index aa6274ae2de708ff6b383c82ce52db4a7d9bbc27..8f4f090d325f9c4017f07966699a895efcddcb67 100644 (file)
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.260 2022/06/07 09:54:40 schwarze Exp $
+.\" $Id: mandoc.1,v 1.261 2022/06/22 17:37:59 schwarze Exp $
 .\"
 .\" Copyright (c) 2012, 2014-2022 Ingo Schwarze <schwarze@openbsd.org>
 .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -15,7 +15,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: June 7 2022 $
+.Dd $Mdocdate: June 22 2022 $
 .Dt MANDOC 1
 .Os
 .Sh NAME
@@ -342,7 +342,6 @@ and may exceed the output width.
 Output produced by
 .Fl T Cm html
 conforms to HTML5 using optional self-closing tags.
-Default styles use only CSS1.
 Equations rendered from
 .Xr eqn 7
 blocks use MathML.