Skip to content

Commit 80b6430

Browse files
committed
Update personal info
1 parent f1adcde commit 80b6430

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

css-2015/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Previous Version: https://www.w3.org/TR/2015/NOTE-css-2015-20151013/
1010
TR: https://www.w3.org/TR/CSS/
1111
Editor: Tab Atkins Jr., Google, http://xanthir.com/
1212
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
13-
Editor: Florian Rivoal, Vivliostyle, florian@rivoal.net, http://vivliostyle.com
13+
Editor: Florian Rivoal, Vivliostyle, http://florian.rivoal.net, http://vivliostyle.com
1414
Abstract: This document collects together into one definition all the specs that
1515
together form the current state of Cascading Style Sheets (CSS) as of 2015.
1616
The primary audience is CSS implementers, not CSS authors, as this definition

css-containment/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Work Status: Exploring
88
Group: csswg
99
ED: https://drafts.csswg.org/css-containment/
1010
Editor: Tab Atkins, Google, http://xanthir.com/contact/
11-
Editor: Florian Rivoal, On behalf of Bloomberg, florian@rivoal.net, http://florian.rivoal.net/
11+
Editor: Florian Rivoal, On behalf of Bloomberg, http://florian.rivoal.net/
1212
Abstract: This CSS module describes the 'contain' property, which indicates that the element's subtree is independent of the rest of the page. This enables heavy optimizations by user agents when used well.
1313
Ignored Terms: scrollWidth, scrollHeight, clientWidth, clientHeight, formatting context
1414
Link Defaults: css-lists-3 (property) counter-increment, css-content-3 (property) string-set

css-device-adapt/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TR: http://www.w3.org/TR/css-device-adapt-1/
99
ED: https://drafts.csswg.org/css-device-adapt/
1010
Previous Version: http://www.w3.org/TR/2016/WD-css-device-adapt-1-20160329/
1111
Editor: Rune Lillesveen, Opera Software, rune@opera.com
12-
Editor: Florian Rivoal, Vivliostyle, florian@rivoal.net, http://vivliostyle.com
12+
Editor: Florian Rivoal, Vivliostyle, http://florian.rivoal.net, http://vivliostyle.com
1313
Editor: Matt Rakow, Microsoft
1414
Former Editor: Ryan Betts, Adobe Systems, rbetts@adobe.com
1515
Former Editor: Øyvind Stenhaug, Opera Software, oyvinds@opera.com

css-egg/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Group: csswg
99
Date: 2015-04-01
1010
TR: https://www.w3.org/TR/css-egg/
1111
ED: https://drafts.csswg.org/css-egg/
12-
Editor: Florian Rivoal, Vivliostyle, florian@rivoal.net, http://vivliostyle.com
12+
Editor: Florian Rivoal, Vivliostyle, http://florian.rivoal.net, http://vivliostyle.com
1313
Abstract: This module extends the vocabulary of CSS with terms frequently used in certain domains, making it easier for authors to write understandable and maintainable style sheets.
1414
Link Defaults: css-values-3 (type) <time>
1515
</pre>

css-multicol-2/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Level: 2
66
Status: ED
77
Work Status: Exploring
88
ED: https://drafts.csswg.org/css-multicol-2/
9-
Editor: Florian Rivoal, On behalf of Bloomberg, florian@rivoal.net, http://florian.rivoal.net/
9+
Editor: Florian Rivoal, On behalf of Bloomberg, http://florian.rivoal.net/
1010
Abstract: This specification describes multi-column layouts in CSS, a style sheet language for the web. Using functionality described in the specification, content can be flowed into multiple columns with a gap and a rule between them.
1111
Abstract:
1212
Abstract: This is a delta specification over CSS Multi-column Level 1.

css-overflow-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TR: https://www.w3.org/TR/css-overflow-3/
1010
Previous version: https://www.w3.org/TR/2016/WD-css-overflow-3-20160531/
1111
Previous version: https://www.w3.org/TR/2013/WD-css-overflow-3-20130418/
1212
Editor: L. David Baron, Mozilla https://www.mozilla.org/, https://dbaron.org/
13-
Editor: Florian Rivoal, On behalf of Bloomberg, florian@rivoal.net, http://florian.rivoal.net/
13+
Editor: Florian Rivoal, On behalf of Bloomberg, http://florian.rivoal.net/
1414
Abstract: This module contains the features of CSS relating to scrollable overflow handling in visual media.
1515
!Change Log: <a href="https://hg.csswg.org/drafts/log/tip/css-overflow/Overview.bs">from 27 January 2015 to the present</a>
1616
!Change Log: <a href="https://hg.csswg.org/drafts/log/tip/css-overflow/Overview.src.html">from 28 March 2013 to 27 January 2015</a>

css-overflow/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Level: 4
99
TR: https://www.w3.org/TR/css-overflow-4/
1010
Previous version: https://www.w3.org/TR/css-overflow-3/
1111
Editor: L. David Baron, Mozilla https://www.mozilla.org/, https://dbaron.org/
12-
Editor: Florian Rivoal, On behalf of Bloomberg, florian@rivoal.net, http://florian.rivoal.net/
12+
Editor: Florian Rivoal, On behalf of Bloomberg, http://florian.rivoal.net/
1313
Abstract: This module contains the features of CSS relating to new mechanisms of overflow handling in visual media (e.g., screen or paper). In interactive media, it describes features that allow the overflow from a fixed size container to be handled by pagination (displaying one page at a time). It also describes features, applying to all visual media, that allow the contents of an element to be spread across multiple fragments, allowing the contents to flow across multiple regions or to have different styles for different fragments.
1414
!Change Log: <a href="https://hg.csswg.org/drafts/log/tip/css-overflow/Overview.bs">from 27 January 2015 to the present</a>
1515
!Change Log: <a href="https://hg.csswg.org/drafts/log/tip/css-overflow/Overview.src.html">from 28 March 2013 to 27 January 2015</a>

css-ui-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Group: csswg
1111
!Issue Tracking: https://wiki.csswg.org/spec/css4-ui#css4-ui-issues-list
1212
Status: ED
1313
Work Status: Exploring
14-
Editor: Florian Rivoal, On behalf of Bloomberg, florian@rivoal.net, http://florian.rivoal.net/
14+
Editor: Florian Rivoal, On behalf of Bloomberg, http://florian.rivoal.net/
1515
Ignored Terms: box-sizing, resize, text-overflow, caret-color, nav-up, nav-down, nav-left, nav-right
1616
Link Defaults: css-position-3 (property) position
1717
Link Defaults: css21 (property) float

css-ui/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Group: csswg
1515
Status: ED
1616
Work Status: Testing
1717
Editor: Tantek Çelik, Mozilla https://www.mozilla.org/en-US/, tantek@cs.stanford.edu, http://tantek.com
18-
Editor: Florian Rivoal, On behalf of Bloomberg, florian@rivoal.net, http://florian.rivoal.net/
18+
Editor: Florian Rivoal, On behalf of Bloomberg, http://florian.rivoal.net/
1919
Abstract: This specification describes user interface related
2020
properties and values that are proposed for CSS level&nbsp;3
2121
to style HTML and XML (including XHTML).

mediaqueries/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Work Status: Exploring
88
ED: https://drafts.csswg.org/mediaqueries-4/
99
TR: http://www.w3.org/TR/mediaqueries-4/
1010
Previous Version: http://www.w3.org/TR/2016/WD-mediaqueries-4-20160126/
11-
Editor: Florian Rivoal, Vivliostyle, florian@rivoal.net, http://vivliostyle.com, w3cid 43241
11+
Editor: Florian Rivoal, Vivliostyle, http://florian.rivoal.net, http://vivliostyle.com, w3cid 43241
1212
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
1313
Former Editor: Håkon Wium Lie, Opera, howcome@opera.com
1414
Former Editor: Tantek Çelik, Mozilla, tantek@cs.standard.edu

0 commit comments

Comments
 (0)