diff options
author | Stephen Kraus <8003332+stephenmk@users.noreply.github.com> | 2024-01-27 03:12:29 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 09:12:29 +0000 |
commit | 1c258f7207faad0c1489fb24fb31694e32064914 (patch) | |
tree | 5e00732b76f7d13572fa7a103d72e3b4cf25db7b /test/data/dictionaries | |
parent | 3c76b878e9ddcc8fa52d00fc85f561bbb72c5dd1 (diff) |
Add border styling options for structured content images (#577)
* Add border styling options for structured content images
* Replace border style, width, and color properties with shorthand
---------
Co-authored-by: stephenmk <stephenmk@users.noreply.github.com>
Diffstat (limited to 'test/data/dictionaries')
-rw-r--r-- | test/data/dictionaries/valid-dictionary1/term_bank_1.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/dictionaries/valid-dictionary1/term_bank_1.json b/test/data/dictionaries/valid-dictionary1/term_bank_1.json index 7f2af6dd..9472bf5c 100644 --- a/test/data/dictionaries/valid-dictionary1/term_bank_1.json +++ b/test/data/dictionaries/valid-dictionary1/term_bank_1.json @@ -81,7 +81,7 @@ "Image alt text tests.\n𬵪 = Unicode character\n", {"tag": "img", "alt": "𬵪", "path": "aosaba_mono.png", "height": 1.0, "width": 1.0, "background": false, "sizeUnits": "em", "collapsed": false, "collapsible": false, "appearance": "monochrome"}, " = monochrome PNG\n", - {"tag": "img", "alt": "𬵪", "path": "aosaba_auto.png", "height": 1.0, "width": 1.0, "background": false, "sizeUnits": "em", "collapsed": false, "collapsible": false, "appearance": "auto"}, + {"tag": "img", "alt": "𬵪", "path": "aosaba_auto.png", "height": 1.0, "width": 1.0, "background": false, "sizeUnits": "em", "collapsed": false, "collapsible": false, "appearance": "auto", "borderRadius": "20%", "border": "solid 1px red"}, " = color PNG" ]}, {"type": "structured-content", "content": [ |