@vivliostyle/core
Advanced tools
Comparing version 2.14.3 to 2.14.4
@@ -47,4 +47,4 @@ /** | ||
export declare function isBlock(display: Css.Ident, position: Css.Ident, float: Css.Ident, isRoot: boolean): boolean; | ||
export declare function isInlineLevel(display: Css.Ident): boolean; | ||
export declare function isRubyInternalDisplay(display: Css.Ident): boolean; | ||
export declare function isInlineLevel(display: Css.Ident | string): boolean; | ||
export declare function isRubyInternalDisplay(display: Css.Ident | string): boolean; | ||
/** | ||
@@ -51,0 +51,0 @@ * Judges if the generated box establishes a new block formatting context. |
@@ -21,3 +21,4 @@ import { Layout, Vtree } from "./types"; | ||
export declare function isSpecial(e: Element): boolean; | ||
export declare function isSpecialNodeContext(nodeContext: Vtree.NodeContext): boolean; | ||
export declare function isSpecialInlineDisplay(display: string): boolean; | ||
export declare function isSpecialNodeContext(nodeContext: Vtree.NodeContext): boolean; | ||
export declare function findAncestorSpecialInlineNodeContext(nodeContext: Vtree.NodeContext): Vtree.NodeContext | null; |
{ | ||
"name": "@vivliostyle/core", | ||
"description": "Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support", | ||
"version": "2.14.3", | ||
"version": "2.14.4", | ||
"author": "Vivliostyle Foundation", | ||
@@ -58,3 +58,3 @@ "scripts": { | ||
}, | ||
"gitHead": "2f351f3771026cee8345ac12e72934907dd95c67" | ||
"gitHead": "38e7c8ee4c13beee84f363af2a5f0bfb089d9b4e" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3561923