Pages

Thursday, June 1, 2023

Article post in html with points

The bdi element

In the example below, usernames are shown along with the number of points in a contest. If the bdi element is not supported in the browser, the username of the Arabic user would confuse the text (the bidirectional algorithm would put the colon and the number "90" next to the word "User" rather than next to the word "points").

  • User hrefs: 60 points
  • User jdoe: 80 points
  • User إيان: 90 points

No comments:

Post a Comment