Bug 784: Add html_context->doc_cp and parse attributes with it.
commitbafe47508d37cb841f9ff4e1abb97d1e155cbd24
authorKalle Olavi Niemitalo <kon@iki.fi>
Sun, 29 Apr 2007 21:56:39 +0000 (30 00:56 +0300)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Sun, 29 Apr 2007 21:56:39 +0000 (30 00:56 +0300)
treefb6547e52147051dcc5b7c21ef095c78fd14b046
parent8b010bb27d9a2695e644bbd2353933993f26de31
Bug 784: Add html_context->doc_cp and parse attributes with it.

options->cp is still used for this in seven places where html_context
is not easily available.  Those should eventually be corrected too,
but I'm checking this change in already because it's better than what
we had before.
src/document/css/apply.c
src/document/html/internal.h
src/document/html/parser.c
src/document/html/parser/forms.c
src/document/html/parser/general.c
src/document/html/parser/link.c
src/document/html/parser/parse.c
src/document/html/parser/stack.c
src/document/html/parser/table.c
src/document/html/renderer.c