Simple div with no explicit touch-action
Simple div with touch-action: none
  
    Touch-action: none is propagated to descendants
  
 
  
    Explicitly setting touch-action: auto does nothing to prevent propagation of none
  
 
  
    touch-action should be inherited by inline-block elements
  
  
    touch-action should be inherited by table-cell elements
  
  Touch-action should be ignored on inline elements
    And not propagated to any block children
  
 
  
    touch-action should not be inherited by inline elements
  
  
    touch-action should be inherited by any block descendants of inline elements