Use a `nav` element or `navigation` landmark for changelist filters
    
    
    
      
      
      
        
Related: #34832, #34833, #34834. Changelist filters are a very useful way to navigate long lists of entries. The filters would be easier to reach for screen reader users if they were in a navigation landmark done with a <nav> element or role="navigation" attribute. Currently they are a <div id="changelist-filter">.
This element should be switched to a <nav>, and we should also add an aria-labelledby set to the id of <h2>Filter</h2> element within, so the navigation landmark has a distinct label.
       
     
   
 
      
        
        
          Change History
          (13)
        
          
  
  
  
    
      | Description: | 
      
        modified (diff)
       | 
    
  
 
           
          
  
  
  
    
      | Description: | 
      
        modified (diff)
       | 
    
  
 
           
          
  
  
  
    
      | Owner: | 
      
        changed from nobody to faizan2700
       | 
    
    
      | Status: | 
      
        new → assigned
       | 
    
  
 
           
          
  
  
  
    
      | Easy pickings: | 
      
        set
       | 
    
    
      | Triage Stage: | 
      
        Unreviewed → Accepted
       | 
    
  
 
           
          
          
  
  
  
    
      | Owner: | 
      
        changed from faizan2700 to Lemuel Sta Ana
       | 
    
  
 
           
          
  
  
  
    
      | Has patch: | 
      
        set
       | 
    
    
      | Triage Stage: | 
      
        Accepted → Ready for checkin
       | 
    
  
 
           
          
          
  
  
  
    
      | Triage Stage: | 
      
        Ready for checkin → Accepted
       | 
    
  
 
           
          
          
  
  
  
    
      | Needs documentation: | 
      
        set
       | 
    
    
      | Needs tests: | 
      
        unset
       | 
    
  
 
           
          
  
  
  
    
      | Needs documentation: | 
      
        unset
       | 
    
    
      | Triage Stage: | 
      
        Accepted → Ready for checkin
       | 
    
  
 
           
          
  
  
  
    
      | Resolution: | 
      
        → fixed
       | 
    
    
      | Status: | 
      
        assigned → closed
       | 
    
  
 
           
          
         
       
     
        
    
    
Hi @faizan2700, are you still actively working on the ticket?