erc-dharma / project-documentation

DHARMA Project Documentation
Creative Commons Attribution 4.0 International
3 stars 3 forks source link

display of large space #264

Closed arlogriffiths closed 8 months ago

arlogriffiths commented 8 months ago

Would it be possible to slip the word "semantic" before the first occurrence of "space" and then remove everything from the semicolon onward?

Capture d’écran 2024-03-24 à 17 46 57

Are there many implications for other display issues?

michaelnmmeyer commented 8 months ago

There are three basic variations of the same tooltip, depending on the value of the space/@type attribute:

When @type is empty or = "semantic":

Large space (about ${quantity} ${unit}s wide); semantic space

When @type = "vacat"

Large space (about ${quantity} ${unit}s wide); vacat space; the area was left blank when the rest of the inscription was engraved, possibly with the intent to be filled later on

When @type = "unclassified"

Large space (about ${quantity} ${unit}s wide); unclassified significant space that does not fit other categories

I am not sure how to reformulate cases 2 and 3.

arlogriffiths commented 8 months ago

suggestion:

  1. Large semantic space (about ${quantity} ${unit}s wide)
  2. Large vacat space (about ${quantity} ${unit}s wide)
  3. Large unclassified space (about ${quantity} ${unit}s wide)
michaelnmmeyer commented 8 months ago

OK, done