mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 15:42:59 +00:00 
			
		
		
		
	Add ARIA region for editor. (#6749)
This commit is contained in:
		| @@ -1,5 +1,6 @@ | ||||
| title: $:/language/EditTemplate/ | ||||
|  | ||||
| Caption: Editor | ||||
| Body/External/Hint: This tiddler shows content stored outside of the main TiddlyWiki file. You can edit the tags and fields but cannot directly edit the content itself | ||||
| Body/Placeholder: Type the text for this tiddler | ||||
| Body/Preview/Type/Output: output | ||||
|   | ||||
| @@ -23,7 +23,9 @@ title: $:/core/ui/EditTemplate | ||||
| <div | ||||
| 	data-tiddler-title=<<currentTiddler>> | ||||
| 	data-tags={{!!tags}} | ||||
| 	class={{{ tc-tiddler-frame tc-tiddler-edit-frame [<currentTiddler>is[tiddler]then[tc-tiddler-exists]] [<currentTiddler>is[missing]!is[shadow]then[tc-tiddler-missing]] [<currentTiddler>is[shadow]then[tc-tiddler-exists tc-tiddler-shadow]] [<currentTiddler>is[system]then[tc-tiddler-system]] [{!!class}] [<currentTiddler>tags[]encodeuricomponent[]addprefix[tc-tagged-]] +[join[ ]] }}}> | ||||
| 	class={{{ tc-tiddler-frame tc-tiddler-edit-frame [<currentTiddler>is[tiddler]then[tc-tiddler-exists]] [<currentTiddler>is[missing]!is[shadow]then[tc-tiddler-missing]] [<currentTiddler>is[shadow]then[tc-tiddler-exists tc-tiddler-shadow]] [<currentTiddler>is[system]then[tc-tiddler-system]] [{!!class}] [<currentTiddler>tags[]encodeuricomponent[]addprefix[tc-tagged-]] +[join[ ]] }}} | ||||
| 	role="region" | ||||
| 	aria-label={{$:/language/EditTemplate/Caption}}> | ||||
| <$fieldmangler> | ||||
| <$vars | ||||
| 	storyTiddler=<<currentTiddler>> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nolan Darilek
					Nolan Darilek