tantek.com

t

  1. likes @lilly_wachowski’s tweet

    on
  2. likes @LauraGlu’s tweet

    on
  3. running my second* #marathon @theSFMarathon tomorrow, bib #6453. live runner tracking: https://www.thesfmarathon.com/race-weekend/live-runner-tracking/
    Let’s get those hills! #OnYourLeftSF #SFMarathon

    previously 2017: https://tantek.com/b/4qK1 (https://twitter.com/t/status/907114033920319490)

    *not counting ultras & training runs

    on
  4. This is precisely what the microformats2 "u-" property prefix is for, to instruct the  parser to retrieve and parse for URL-like information from an element, from its URL-related attribute if any, and text content as a fallback, including relative URL resolution if applicable. E.g. in the example you gave, try u-tel instead of p-tel:

     <a class="u-tel" href="tel:13335553483">(333) 555 FIVE</a>

    If that works as desired, go ahead and close this issue.

    on