From 0d3bec41d5513db4e5683e8dd2d7fffc342cb2fe Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 9 Sep 2025 13:59:55 -0400 Subject: Disallow 7. also --- site/spec.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/site/spec.html b/site/spec.html index 5ff5146..b9e55f7 100644 --- a/site/spec.html +++ b/site/spec.html @@ -493,12 +493,13 @@ and for my.nephews.car.id is String (no schema key matches, so the default of St
  • Float — A floating-point number, written in ordinary decimal - (e.g. -1.234, 7., 265) or in scientific notation + (e.g. -1.234, 7., 265) or in C-like scientific notation (e.g. 3e5, 3.E-5, -3.7e+005). Excessive leading zeroes are not permitted (0.0 is allowed, but not 00.0). - Values which overflow are allowed (e.g. 1e999), but NaN and explicit Infinity are not. + Values which overflow to ±∞ are allowed (e.g. 1e999), but NaN and explicit + inf/Infinity are not. White space around the number is not permitted. - The decimal point (if one is present) must be preceded by a digit. + The decimal point (if one is present) must be preceded and succeeded by digits. A leading + (or, of course, -) is permitted.
  • 'value' — -- cgit v1.2.3