From 693789af4510fbf2833604264aa42bddb5ee0799 Mon Sep 17 00:00:00 2001 From: WaxCylinderRevival Date: Wed, 9 Mar 2022 14:16:11 -0500 Subject: [PATCH] Add strikethrough as rendering option, based on striked phrase in handwritten notes Format and indent --- Request @joewiz to investigate whether we need to add anything to stylesheets for proper web rendering of strikethrough phrases --- schema/frus.odd | 3 +++ schema/frus.rnc | 3 +++ schema/frus.sch | 6 +++--- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/schema/frus.odd b/schema/frus.odd index ffde1f399..a834c9645 100644 --- a/schema/frus.odd +++ b/schema/frus.odd @@ -1527,6 +1527,9 @@ Underline + + Strikethrough + Subscript diff --git a/schema/frus.rnc b/schema/frus.rnc index 3cad2209a..0f6e94e96 100644 --- a/schema/frus.rnc +++ b/schema/frus.rnc @@ -1164,6 +1164,9 @@ hi = | ## (Underline) "underline" + | + ## (Strikethrough) + "strikethrough" | ## (Subscript) "sub" diff --git a/schema/frus.sch b/schema/frus.sch index 8d08de056..70ead7eb2 100644 --- a/schema/frus.sch +++ b/schema/frus.sch @@ -166,9 +166,9 @@ Rend Attribute Value Checks hi/@rend='' is an invalid value. Only the following - values are allowed: strong, italic, smallcaps, roman, underline, sub, + values are allowed: strong, italic, smallcaps, roman, underline, strikethrough, sub, superscript @@ -552,7 +552,7 @@ persNames) - + Milestone checks