mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 15:42:59 +00:00 
			
		
		
		
	Button widget: apply aria-expanded attribute when controlling a popup
Addresses (1) and (5) from #5519
This commit is contained in:
		| @@ -66,6 +66,9 @@ ButtonWidget.prototype.render = function(parent,nextSibling) { | ||||
| 	if(this["aria-label"]) { | ||||
| 		domNode.setAttribute("aria-label",this["aria-label"]); | ||||
| 	} | ||||
| 	if(this.popup || this.popupTitle) { | ||||
| 		domNode.setAttribute("aria-expanded",isPoppedUp ? "true" : "false"); | ||||
| 	} | ||||
| 	// Set the tabindex | ||||
| 	if(this.tabIndex) { | ||||
| 		domNode.setAttribute("tabindex",this.tabIndex); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jeremy@jermolene.com
					jeremy@jermolene.com