Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MODEL 1:


Code Block
accessibilityHazard ["flashing", "some-irrelevant-value"]


MODEL 2:

- some choices, but in order to get off the ground with our filtering task it seems sensible to start with fluid.arrayToSetMembership as in the current code - this would yield:

...

    The UI itself will enforce mutual exclusion between the 3 states - but it won't deal by itself with the problem of initial rendering if none of the values in the set are incoming. Therefore we explicitly need to image, for example, an empty document:

Code Block
    

...


    accessibilityHazard: {}

...


    

    to
    
  •     "unknown" OR
  •     ["unknown"] OR
  •     {unknown: true} -> mapped to [false, false, true] "by some means"

...