Skip to content
  • Joanmarie Diggs's avatar
    Try to improve filtering out of redundant names · cb7e1a07
    Joanmarie Diggs authored
    We're seeing instances where the name is a subset of the label:
      * label: "Leading space:" name: "Leading space"
      * name: "Stacking order (Z)" name: "Stacking order"
    
    In this instance, when generating the label and name for the widget,
    we don't want to append the name to the label. Therefore if the label
    text starts with the name text, don't append the name.
    cb7e1a07