libcss
Loading...
Searching...
No Matches
Functions
speak_punctuation.c File Reference
#include "bytecode/bytecode.h"
#include "bytecode/opcodes.h"
#include "select/propset.h"
#include "select/propget.h"
#include "utils/utils.h"
#include "select/properties/properties.h"
#include "select/properties/helpers.h"

Functions

css_error css__cascade_speak_punctuation (uint32_t opv, css_style *style, css_select_state *state)
 
css_error css__set_speak_punctuation_from_hint (const css_hint *hint, css_computed_style *style)
 
css_error css__initial_speak_punctuation (css_select_state *state)
 
css_error css__copy_speak_punctuation (const css_computed_style *from, css_computed_style *to)
 
css_error css__compose_speak_punctuation (const css_computed_style *parent, const css_computed_style *child, css_computed_style *result)
 

Function Documentation

◆ css__cascade_speak_punctuation()

css_error css__cascade_speak_punctuation ( uint32_t  opv,
css_style style,
css_select_state state 
)
Todo:
convert to public values
Todo:
speak-punctuation

◆ css__compose_speak_punctuation()

css_error css__compose_speak_punctuation ( const css_computed_style parent,
const css_computed_style child,
css_computed_style result 
)

◆ css__copy_speak_punctuation()

css_error css__copy_speak_punctuation ( const css_computed_style from,
css_computed_style to 
)

◆ css__initial_speak_punctuation()

css_error css__initial_speak_punctuation ( css_select_state state)

◆ css__set_speak_punctuation_from_hint()

css_error css__set_speak_punctuation_from_hint ( const css_hint hint,
css_computed_style style 
)