creativecommons / vocabulary

A cohesive system of design for Creative Commons
https://vocabulary-docs.netlify.app
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

[Bug] mismatch between `vocabulary-theme` and `vocabulary` implementation of `publish date` field on `blog-post` page context. #42

Closed possumbilities closed 1 month ago

possumbilities commented 1 month ago

Description

Within vocabulary-theme the published date is preceded by Posted. Within vocabulary there is no such prefix.

Reproduction

  1. navigate to creativecommons.org
  2. open any blog post
  3. scroll to bottom of article
  4. See prefix
  5. compare to what is present within https://vocabulary-docs.netlify.app/specimen/contexts/blog-post.html

Expectation

The two should match, vocabulary-theme should not differ in this behavior, as it was implemented in a localized way it should be reflected upstream; where it can always be changed later and flow downstream appropriately.

Additional context

the wording, phrasing, and handling of the publish date could do with a bit of massage. The date alone should convey that it is the date of publication. Adding "Posted" is likely redundant to user expectation. IF a prefix is explored further, "published" or "pub." is likely more accurate, but likely still unnecessary.

Resolution