From 0a82b62471fbe0f874878645f94c9c5b48b51313 Mon Sep 17 00:00:00 2001 From: Adam Argyle Date: Thu, 26 Sep 2024 12:11:20 -0700 Subject: [PATCH] adds CSS Next CG (#100) * add cssnext group * fix alpha order * copied and custoized includes from boilerplates/w3c/ --- boilerplate/cssnext/copyright.include | 1 + boilerplate/cssnext/defaults.include | 3 ++ boilerplate/cssnext/footer-NOTE.include | 4 ++ boilerplate/cssnext/footer.include | 62 +++++++++++++++++++++++++ boilerplate/cssnext/header.include | 32 +++++++++++++ boilerplate/cssnext/logo.include | 3 ++ boilerplate/cssnext/status.include | 38 +++++++++++++++ boilerplate/doctypes.kdl | 1 + 8 files changed, 144 insertions(+) create mode 100644 boilerplate/cssnext/copyright.include create mode 100644 boilerplate/cssnext/defaults.include create mode 100644 boilerplate/cssnext/footer-NOTE.include create mode 100644 boilerplate/cssnext/footer.include create mode 100644 boilerplate/cssnext/header.include create mode 100644 boilerplate/cssnext/logo.include create mode 100644 boilerplate/cssnext/status.include diff --git a/boilerplate/cssnext/copyright.include b/boilerplate/cssnext/copyright.include new file mode 100644 index 0000000..c2d8cff --- /dev/null +++ b/boilerplate/cssnext/copyright.include @@ -0,0 +1 @@ +Copyright © [YEAR] World Wide Web Consortium. W3C® liability, trademark and permissive document license rules apply. diff --git a/boilerplate/cssnext/defaults.include b/boilerplate/cssnext/defaults.include new file mode 100644 index 0000000..7696212 --- /dev/null +++ b/boilerplate/cssnext/defaults.include @@ -0,0 +1,3 @@ +{ + "Favicon": "https://www.w3.org/2008/site/images/favicon.ico" +} diff --git a/boilerplate/cssnext/footer-NOTE.include b/boilerplate/cssnext/footer-NOTE.include new file mode 100644 index 0000000..7df1682 --- /dev/null +++ b/boilerplate/cssnext/footer-NOTE.include @@ -0,0 +1,4 @@ + + + + diff --git a/boilerplate/cssnext/footer.include b/boilerplate/cssnext/footer.include new file mode 100644 index 0000000..4894449 --- /dev/null +++ b/boilerplate/cssnext/footer.include @@ -0,0 +1,62 @@ + +
+

Conformance

+ +

Document conventions

+ +

Conformance requirements are expressed + with a combination of descriptive assertions + and RFC 2119 terminology. + The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” + in the normative parts of this document + are to be interpreted as described in RFC 2119. + However, for readability, + these words do not appear in all uppercase letters in this specification. + +

All of the text of this specification is normative + except sections explicitly marked as non-normative, examples, and notes. [[!RFC2119]] + +

Examples in this specification are introduced with the words “for example” + or are set apart from the normative text + with class="example", + like this: + +

+

This is an example of an informative example. +

+ +

Informative notes begin with the word “Note” + and are set apart from the normative text + with class="note", + like this: + +

Note, this is an informative note.

+ + + +
+ +

Conformant Algorithms

+ +

Requirements phrased in the imperative as part of algorithms + (such as "strip any leading space characters" + or "return false and abort these steps") + are to be interpreted with the meaning of the key word + ("must", "should", "may", etc) + used in introducing the algorithm. + +

Conformance requirements phrased as algorithms or specific steps + can be implemented in any manner, + so long as the end result is equivalent. + In particular, the algorithms defined in this specification + are intended to be easy to understand + and are not intended to be performant. + Implementers are encouraged to optimize. +

+ +
+ + + diff --git a/boilerplate/cssnext/header.include b/boilerplate/cssnext/header.include new file mode 100644 index 0000000..c3de8e6 --- /dev/null +++ b/boilerplate/cssnext/header.include @@ -0,0 +1,32 @@ + + + + + + [TITLE] + + + + +
+

+

[TITLE]

+

[LONGSTATUS], +

+
+ More details about this document +
+
+
+ +
+
+ +
+ +

Status of this document

+
+
+ + +
diff --git a/boilerplate/cssnext/logo.include b/boilerplate/cssnext/logo.include new file mode 100644 index 0000000..9d11254 --- /dev/null +++ b/boilerplate/cssnext/logo.include @@ -0,0 +1,3 @@ + diff --git a/boilerplate/cssnext/status.include b/boilerplate/cssnext/status.include new file mode 100644 index 0000000..4907d48 --- /dev/null +++ b/boilerplate/cssnext/status.include @@ -0,0 +1,38 @@ +

This section describes the status of this document at the time of its publication. + A list of current W3C publications + and the latest revision of this technical report + can be found in the W3C technical reports index at https://www.w3.org/TR/. + +

+ This is a public copy of the editors’ draft. + It is provided for discussion only and may change at any moment. + Its publication here does not imply endorsement of its contents by W3C. + Don’t cite this document other than as work in progress. + +

+ This document was published + by the CSS Working Group + as a Group Note + using the Note track. + Group Notes are not endorsed by W3C nor its Members. + +

The CSS Next CG and the CSSWG are still in the process of identifying and solidifying the following categorizations. Feedback is welcome, join the conversation on Github in the CSS Next RFC.

+ +

This document is governed by the + 03 November 2023 W3C Process Document. + +

This document was produced by a group operating under the + W3C Patent Policy. + W3C maintains a + public list of any patent disclosures + made in connection with the deliverables of the group; + that page also includes instructions for disclosing a patent. + An individual who has actual knowledge of a patent which the individual believes + contains Essential Claim(s) + must disclose the information in accordance with + section 6 of the W3C Patent Policy. + +

The 15 September 2020 W3C Patent Policy + does not carry any licensing requirements or commitments on this document. + +

[STATUSTEXT] diff --git a/boilerplate/doctypes.kdl b/boilerplate/doctypes.kdl index a87a4c4..01b3ed5 100644 --- a/boilerplate/doctypes.kdl +++ b/boilerplate/doctypes.kdl @@ -103,6 +103,7 @@ org "w3c" { group "act-rules-format" type="wg" group "audiowg" type="wg" priv-sec=true group "browser-testing-tools" type="wg" + group "cssnext" type="cg" group "csswg" type="wg" priv-sec=true { requires "Work Status" }