- Notifications
You must be signed in to change notification settings - Fork 3.3k
/
Copy pathcontent-none-root-ruby.html
34 lines (33 loc) · 973 Bytes
/
content-none-root-ruby.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!doctype html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html><head>
<metacharset="utf-8">
<title>CSS Content: content:none on a :root ruby (blockified) box</title>
<linkrel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1699964">
<linkrel="help" href="https://drafts.csswg.org/css-content/#valdef-content-none">
<linkrel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1699964">
<metaname="assert" content="content:none should inhibit the :root's children from having boxes. Its pseudos should not be affected though.">
<linkrel="match" href="content-none-root-ruby-ref.html">
<style>
:root {
content: none;
display: ruby;
border:1px solid;
margin:50px;
}
*::after { content:'A'; }
*::before { content:'B'; }
</style>
</head>
べ
<rtc>
<rt>る</rt>
</rtc>
<rbc>
<rb>FAIL</rb>
<rb>FAIL</rb>
</rbc>
</html>