-
Notifications
You must be signed in to change notification settings - Fork 236
Public Domain page: Confusing structure #1422
Copy link
Copy link
Open
Labels
💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🚦 status: awaiting triageHas not been triaged & therefore, not ready for workHas not been triaged & therefore, not ready for work🛠 goal: fixBug fixBug fix🟨 priority: mediumNot blocking but should be fixed soonNot blocking but should be fixed soon
Metadata
Metadata
Assignees
Labels
💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🚦 status: awaiting triageHas not been triaged & therefore, not ready for workHas not been triaged & therefore, not ready for work🛠 goal: fixBug fixBug fix🟨 priority: mediumNot blocking but should be fixed soonNot blocking but should be fixed soon
Type
Projects
Status
Triage
The Public Domain page just changed and is now much richer, but also more complex. It is now non-trivial to understand its structure. Whereas the previous version only had 2 sections, “CC0” and “Public Domain Mark”, the new one keeps these (as “CC0” and “Public Domain Dedication”), but among several more.
After about a minute, I understood the structure, but I first had to use the page inspector to confirm that “CC0” was a header.
Some things which are contributing to the confusion:
I suppose there are several ways to mitigate/solve that, but I would particularly recommend:
By the way, each image of the 2 sections is in its
figureelement. It's not clear to me which role these 2 elements play (as containers), but they are invalid (due to theidattribute).🅭🄍