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.