From a5a55657ad8c1da1e17eda8e0a321612e61c311e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 25 Nov 2014 14:51:54 -0800 Subject: Rename NODE_STRING -> NODE_TEXT. In JS, use 'Text' instead of 'Str'. In spec, use "plain textual content" instead of "strings." --- spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 9f150dd..dcb91b3 100644 --- a/spec.txt +++ b/spec.txt @@ -6755,10 +6755,10 @@ line break or as a space. A renderer may also provide an option to render soft line breaks as hard line breaks. -## Strings +## Textual content Any characters not given an interpretation by the above rules will -be parsed as string content. +be parsed as plain textual content. . hello $.;'there -- cgit v1.2.3