summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2022-11-26 14:13:40 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2022-11-26 14:13:40 +0000
commit8fc4263abc997f5b4ec91068fbb8270f73d3362f (patch)
treee2afb5cca138c459042d262d604de3daf198eca9
parentb100e6a68d8fc743dad6e7403b729ba97b36f80c (diff)
downloadnetsurf-wiki-8fc4263abc997f5b4ec91068fbb8270f73d3362f.tar.gz
netsurf-wiki-8fc4263abc997f5b4ec91068fbb8270f73d3362f.tar.bz2
Avoid blockquote
-rw-r--r--developer-weekend/oct-2020.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/developer-weekend/oct-2020.mdwn b/developer-weekend/oct-2020.mdwn
index fcb110d..32ddc0a 100644
--- a/developer-weekend/oct-2020.mdwn
+++ b/developer-weekend/oct-2020.mdwn
@@ -62,7 +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).
+ * **Done**: 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).