SED-ML / sed-ml

Simulation Experiment Description Markup Language (SED-ML)
http://sed-ml.org
5 stars 2 forks source link

Add validation rule for SedColor #201

Open jonrkarr opened 2 years ago

jonrkarr commented 2 years ago

Color should be a 6 or 8 digit case-insensitive hexidecimal string (/[a-f0-9]{6,6}|[a-f0-9]{8,8}/i).

luciansmith commented 2 years ago

This is in the spec already; is there somewhere else you'd like to put this?

(see validation rule 25205, 25306, 25307, and 25404.)

We could mention that it's case-insensitive; that's not there yet.

jonrkarr commented 2 years ago

Sounds like I missed these rules