Merge branch 'master' into colour-improvements

This commit is contained in:
Jeremy Ruston
2024-10-30 20:38:58 +00:00
35 changed files with 555 additions and 351 deletions

View File

@@ -11,4 +11,4 @@ title: Output
+
title: ExpectedResult
<p>(Kitten|Donkey)(Kitten|Donkey)</p>
<p>(Shark|Donkey)(Shark|Donkey)</p>

View File

@@ -0,0 +1,15 @@
title: Widgets/ElementWidgetCSSCustomProps
description: Element widget should support CSS custom properties
type: text/vnd.tiddlywiki-multiple
tags: [[$:/tags/wiki-test-spec]]
title: Output
\whitespace trim
<div class="hello" onclick="clicked" style.color="blue" style.color="red" style.background="yellow" --bg-color="purple">
TiddlyWiki
</div>
+
title: ExpectedResult
<p><div class="hello" style="color:red;background:yellow;--bg-color:purple;">TiddlyWiki</div></p>