Only a selection of font relative and resolution units have been made
available on the CSS api in javascript for numeric factory methods
<https://drafts.css-houdini.org/css-typed-om/#numeric-factory> when
shipped as new units.


These methods are shorter alternatives to the constructors. E.g.


CSS.ex(10);


instead of:


new CSSUnitValue(10, "ex");


The new units were shipped as per intents below, but as an oversight
not exposed through the numeric factory CSS idl. I don't expect that
these additions will break anything. Firefox do not support any of
these, but Safari support the units they ship, but they do not support
all root units in general.


I plan to expose the following units to the CSS api:


ic: 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CACuPfeRZ3eVkzxZxv%2B_Km9JbBpDRL0Omcxcf9fyc6NmZf19nqQ%40mail.gmail.com
lh: 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CACuPfeRke__t9Piz-JRuy0qW_RNNao8CNS32F0XM_%3DcRYj6FYw%40mail.gmail.com
rex/rch/ric/rlh :
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAK_fkKV3D8Gpno7mie4LD5B%2BNiGvjfnRvAtJ5rsiBWYL8Mv2Bw%40mail.gmail.com
cap/rcap: 
https://groups.google.com/a/chromium.org/g/blink-dev/c/jiuxWVJEmqs/m/u0dMUmA4AwAJ
x: https://groups.google.com/a/chromium.org/g/blink-dev/c/FsD97U77tss


-- 
Rune Lillesveen

-- 
You received this message because you are subscribed to the Google Groups 
"blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blink-dev+unsubscr...@chromium.org.
To view this discussion on the web visit 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CACuPfeQKBuCMVfX2yVWKW61fnaFXzzXASY4e62Ws_76SGTfA1A%40mail.gmail.com.

Reply via email to