mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Update binding files from autoland
This commit is contained in:
parent
887b011288
commit
42411eba66
4 changed files with 820 additions and 299 deletions
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/// Gecko's pseudo-element definition.
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
||||
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
|
||||
pub enum PseudoElement {
|
||||
/// :after
|
||||
After,
|
||||
|
@ -824,8 +824,8 @@ None
|
|||
PseudoElement::InlineTable => CSSPseudoElementType_InheritingAnonBox,
|
||||
PseudoElement::Table => CSSPseudoElementType_InheritingAnonBox,
|
||||
PseudoElement::TableCell => CSSPseudoElementType_InheritingAnonBox,
|
||||
PseudoElement::TableColGroup => CSSPseudoElementType_InheritingAnonBox,
|
||||
PseudoElement::TableCol => CSSPseudoElementType_InheritingAnonBox,
|
||||
PseudoElement::TableColGroup => CSSPseudoElementType::NonInheritingAnonBox,
|
||||
PseudoElement::TableCol => CSSPseudoElementType::NonInheritingAnonBox,
|
||||
PseudoElement::TableWrapper => CSSPseudoElementType_InheritingAnonBox,
|
||||
PseudoElement::TableRowGroup => CSSPseudoElementType_InheritingAnonBox,
|
||||
PseudoElement::TableRow => CSSPseudoElementType_InheritingAnonBox,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue