TBH I was more concerned with the definition of High Signal. I think you need another book. Art of Electronics can be had cheap second hand every now and again.
There was a time when logic levels were compatible with vacuum tubes and even analog computers had swings from -100V to 100V and that was just their linear region, the supply voltages were much larger - perhaps +-300V.
We went through a long period where 5V TTL was king and although the switching threshold was much lower (logic 0 < 0.8V, logic 1 > 2.0V, we just called it 5V logic. But since the output voltage could be as low as 2.4V, there wasn't all that much margin between 2.4V minimum output and 2.0V minimum required input.
Tocay 3.3V is common, 1.8V is coming along. Lower voltages are in process.
https://www.analog.com/media/en/training-seminars/tutorials/MT-098.pdfSo, the definition in the text is sloppy because a logic one is not just a small delta V above 0V because the logic 0 threshold has to be some value > 0V but it's getting to the point where the thresholds are quite low and quite close together. How far can you divide 1.5V? Maybe a logic 0 threshold of 0.5V and a logic 1 threshold of 1.0V or something like that. Pretty darn close to 0V for the logic 1 threshold.
The book is sloppy and everything should be taken with a grain of salt (or more).
If you wonder why logic voltages are getting lower, it is because of switching speeds. There is an equation that goes like i = C dv/dt -- the instantaneous current is equal to the capacitance of the circuit times the time rate of change of voltage (how long does it take to change voltage level). We want dt to be small because we want to switch in near-zero time for speed. We have only minimal control over C but smaller device geometry helps reduce it so the only thing we can do to reduce current (and heating) is to restrict dv, the swing in logic voltages. We have to reduce the heat because we have so many gates changing state on a particular clock edge and we do that with smaller geometry (to reduce C) and lower voltage swings (to reduce dv) and this allows us to kick dt even lower (logic is faster) and speed is good!