From 8146f18c9d4d17026c0a4ae5ed85ea5907bf38fc Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 9 May 2018 00:46:10 +0000 Subject: Fix a long-standing issue: Some macros (Nd, Oo) can contain blocks but rendered as elements that can only contain phrasing content, resulting in invalid HTML nesting. Switch them to
. Also move the related "display: inline" style from the HTML to the CSS. Reminded during a conversation with John Gardner. --- html.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'html.h') diff --git a/html.h b/html.h index d128a76c..fc722694 100644 --- a/html.h +++ b/html.h @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.88 2018/04/13 16:28:07 schwarze Exp $ */ +/* $Id: html.h,v 1.89 2018/05/09 00:46:10 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2017, 2018 Ingo Schwarze @@ -23,6 +23,7 @@ enum htmltag { TAG_META, TAG_TITLE, TAG_DIV, + TAG_IDIV, TAG_H1, TAG_H2, TAG_SPAN, -- cgit v1.2.3