summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-03-15 23:51:30 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-03-15 23:51:30 +0000
commit6af85cc3f73adc9cd6d6d1cf15ee817e955125b5 (patch)
treeb4d6e80687f10dea6583d5abf7c986c902970b48 /Docs
parenta53a1df2610096920b92c10bcd6f43b65f6a33b9 (diff)
downloadnetsurf-6af85cc3f73adc9cd6d6d1cf15ee817e955125b5.tar.gz
netsurf-6af85cc3f73adc9cd6d6d1cf15ee817e955125b5.tar.bz2
Fix stylesheet enumeration API description -- only top-level stylesheets are included
svn path=/trunk/netsurf/; revision=3956
Diffstat (limited to 'Docs')
-rw-r--r--Docs/ideas/css-engine.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Docs/ideas/css-engine.txt b/Docs/ideas/css-engine.txt
index fb35e628e..5b9c1a69b 100644
--- a/Docs/ideas/css-engine.txt
+++ b/Docs/ideas/css-engine.txt
@@ -107,8 +107,7 @@ css_error css_context_insert_sheet(css_context *context,
css_error css_context_remove_sheet(css_context *context,
css_stylesheet *sheet);
-/* Retrieve the total number of sheets in a selection context
- * (includes imported sheets) */
+/* Retrieve the total number of top-level sheets in a selection context */
uint32_t css_context_count_sheets(css_context *context);
/* Get a stylesheet from a selection context given an index [0, count) */
const css_stylesheet *css_context_get_sheet(css_context *context,