summaryrefslogtreecommitdiff
path: root/docs/Bytecode
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-10-29 18:21:13 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2022-10-29 18:21:13 +0100
commit3b0f34bccc44e8ea81cfad57a5f6a3f50d8917ef (patch)
tree9d62d2cbc4b39e7926087b8ae5993870b0e890f3 /docs/Bytecode
parent1a9fa6f7383dd4c79a25614b2438645cfa8ec572 (diff)
downloadlibcss-3b0f34bccc44e8ea81cfad57a5f6a3f50d8917ef.tar.gz
libcss-3b0f34bccc44e8ea81cfad57a5f6a3f50d8917ef.tar.bz2
docs: bytecode: Add display grid values
Diffstat (limited to 'docs/Bytecode')
-rw-r--r--docs/Bytecode2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Bytecode b/docs/Bytecode
index 02ef8f0..e547b17 100644
--- a/docs/Bytecode
+++ b/docs/Bytecode
@@ -491,6 +491,8 @@ Opcodes
f => none,
10 => flex,
11 => inline-flex,
+ 12 => grid,
+ 13 => inline-grid
other => Reserved for future expansion.
21 - elevation