Light DOM

Recipe 12.2 Creating ARIA references

Sample:

Format: DD.MM.YYYY

Code:

<label for="date">Birthday</label>
<input type="date" id="date" aria-describedby="hint">
<the-hint>
  <p id="hint">
    Format: DD.MM.YYYY
  </p>
</the-hint>