mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Bug 1337068 - stylo: :empty, :-moz-first-node, :-moz-last-node, and :-moz-only-whitespace.
This commit is contained in:
parent
2fcbdb62f7
commit
dbfb3813f6
3 changed files with 56 additions and 5 deletions
|
@ -388,6 +388,11 @@ extern "C" {
|
|||
pub fn Gecko_FlattenedTreeParentIsParent(node: RawGeckoNodeBorrowed)
|
||||
-> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_IsSignificantChild(node: RawGeckoNodeBorrowed,
|
||||
text_is_significant: bool,
|
||||
whitespace_is_significant: bool) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetParentNode(node: RawGeckoNodeBorrowed)
|
||||
-> RawGeckoNodeBorrowedOrNull;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue