@Override
 public String getAriaDescribedbyProperty(Element element) {
   return Property.DESCRIBEDBY.get(element);
 }