mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
15 lines
430 B
Plaintext
15 lines
430 B
Plaintext
|
title: Widgets/ElementWidgetStyleAttributes
|
||
|
description: Element widget should support style.* attributes
|
||
|
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">
|
||
|
TiddlyWiki
|
||
|
</div>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p><div class="hello" style="color:red;background:yellow;">TiddlyWiki</div></p>
|