mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 02:09:05 +02:00 
			
		
		
		
	Bug 1913115 - Use "checkbox" panel-item for the "update add-ons automatically" menu item. r=extension-reviewers,robwu a=RyanVM
This change adds improved semantics to the "Update Add-ons Automatically" menu item so that screen readers are able to determine if the auto updates item is enabled or not. Differential Revision: https://phabricator.services.mozilla.com/D219567
This commit is contained in:
		
							parent
							
								
									75ba68338f
								
							
						
					
					
						commit
						d6a19e5132
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -233,6 +233,7 @@
 | 
				
			||||||
          action="set-update-automatically"
 | 
					          action="set-update-automatically"
 | 
				
			||||||
          data-l10n-id="addon-updates-update-addons-automatically"
 | 
					          data-l10n-id="addon-updates-update-addons-automatically"
 | 
				
			||||||
          data-l10n-attrs="accesskey"
 | 
					          data-l10n-attrs="accesskey"
 | 
				
			||||||
 | 
					          type="checkbox"
 | 
				
			||||||
        ></panel-item>
 | 
					        ></panel-item>
 | 
				
			||||||
        <panel-item
 | 
					        <panel-item
 | 
				
			||||||
          action="reset-update-states"
 | 
					          action="reset-update-states"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue