Skip to content

Does not support certain CSS pseudo-classes and selectors (:nth() and :first) #707

@blueray453

Description

@blueray453

The following code does not work.

@page clean {
    @bottom-right {
        content: none;
    }

    @bottom-left {
        content: none;
    }
}

@page :nth(1) {
    page: clean;
}

@page :first {
    page: clean;
}

Giving error.

An uncaught exception happened within the HTML page: Error: DOMException: Failed to execute 'querySelectorAll' on 'DocumentFragment': ':first' is not a valid selector.

An uncaught exception happened within the HTML page: Error: DOMException: Failed to execute 'querySelectorAll' on 'DocumentFragment': ':nth(1)' is not a valid selector.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions