• #microformats 2021-08-09
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#microformats ≡
  • ←
  • →
2021-08-09 UTC
# 06:46
[KevinMarks]1
The children are a list so have an implied order, which is document order, The place where there is ambiguity is for properties, as different languages have different default orders for their dictionary types - PHP and JS are creation order, Python is hash order, Go is random order (to stop you assuming order) so iterating the properties needs care. I don't know what Rust does.