summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2022-11-26 14:09:39 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2022-11-26 14:09:47 +0000
commit73e33b8aa74476f1d118bb7d75bc30d9116653ca (patch)
tree41fca7e1e4f78404c37736abb985845233b3052c
parent06242daef2531a08bb3ae433e24ced9263031f1b (diff)
downloadnetsurf-wiki-73e33b8aa74476f1d118bb7d75bc30d9116653ca.tar.gz
netsurf-wiki-73e33b8aa74476f1d118bb7d75bc30d9116653ca.tar.bz2
Update calc() progress
-rw-r--r--developer-weekend/oct-2020.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/developer-weekend/oct-2020.mdwn b/developer-weekend/oct-2020.mdwn
index 2ccab48..d8aeb2a 100644
--- a/developer-weekend/oct-2020.mdwn
+++ b/developer-weekend/oct-2020.mdwn
@@ -62,6 +62,7 @@ Remaining work
1. Maybe update generator to construct valid/invalid UNIT types for each property as a table for use later.
* This would involve repeating the validation expressions present in `LENGTH_UNIT:()` in `properties.gen` or perhaps reworking that bit too.
* This is probably an array, indexed by property, whose values are a bitfield of permitted unit types.
+ * > This was done after the hack weekend in [parse: properties: Add property-specific unit class masks(http://source.netsurf-browser.org/libcss.git/commit/?h=tlsa/calc&id=e2b4077eed0ad778847cd7b17406e8bf8b61a4ae).
2. Implementing the cascade
* Mostly in the common code.
* Should be able to type-check here (property-specific part).