- From: Fuqiao Xue via GitHub <sysbot+gh@w3.org>
- Date: Tue, 23 Oct 2018 13:35:17 +0000
- To: public-css-archive@w3.org
xfq has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-page-3] Whitespace between @page and page selector ==
In [ยง 4.3. @page rule grammar](https://www.w3.org/TR/2018/WD-css-page-3-20181018/#syntax-page-selector) of css-page-3:
```css
@page { ... }
@page :left { ... }
@page :right { ... }
@page LandscapeTable { ... }
@page CompanyLetterHead:first { ... } /* identifier and pseudo page. */
@page:first { ... }
@page toc, index { ... }
@page :blank:first { ... }
```
I'm wondering if `@page:first { ... }` is correct or not?
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3239 using your GitHub account
Received on Tuesday, 23 October 2018 13:35:26 UTC