about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-06-17 00:45:25 +0000
committerEric Wong <e@80x24.org>2016-06-17 00:45:33 +0000
commit88cc653acaa8d8fddb18bfec2cce98e19aa2b0e5 (patch)
tree337d0129fa764897cdbe2fcc05cdd18d2af71115 /Documentation
parent749d63840bc1603686954043f2ae6a7acb24a379 (diff)
downloadpublic-inbox-88cc653acaa8d8fddb18bfec2cce98e19aa2b0e5.tar.gz
It would be too much of a burden for caching system when
user-supplied CSS is more powerful.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/design_www.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/design_www.txt b/Documentation/design_www.txt
index 6ca4a952..704f8177 100644
--- a/Documentation/design_www.txt
+++ b/Documentation/design_www.txt
@@ -78,8 +78,7 @@ browsers default to.
 
 * No setting colors or font sizes, power to users to decide those.
   We will include and document <span class=?> to support colors
-  for user-supplied CSS, and may support client-supplied CSS
-  via cookie.
+  for user-supplied CSS.
 
 * Only one font type: fixed.  This is for accessibility, we must
   not blow certain elements out-of-proportion with different
@@ -105,7 +104,7 @@ browsers default to.
         http://thejh.net/misc/website-terminal-copy-paste
 
   However, we will try to make it easy for users to supply their
-  own colors and perhaps offer color options over cookies.
+  own colors via user-side CSS.
 
 CSS classes (for user-supplied CSS)
 -----------------------------------