|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
A preserved CSS stylesheet and the chapter it scopes to. More...
#include <book.h>
Data Fields | |
| uint32_t | source_off |
| String-pool offset of the verbatim CSS text. | |
| uint32_t | scope_chapter |
| Chapter index this applies to, or nil (= all). | |
A preserved CSS stylesheet and the chapter it scopes to.
source_off points at the verbatim stylesheet text so the CSS cascade engine receives the real rules. scope_chapter is a chapter index, or k_book_nil for a book-wide stylesheet.
| uint32_t book_stylesheet_t::scope_chapter |
Chapter index this applies to, or nil (= all).
Definition at line 334 of file book.h.
Referenced by ra8_rabook_add_stylesheet().
| uint32_t book_stylesheet_t::source_off |
String-pool offset of the verbatim CSS text.
Definition at line 333 of file book.h.
Referenced by ra8_rabook_add_stylesheet().