From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89157 invoked by alias); 2 Apr 2016 10:20:10 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 89114 invoked by uid 89); 2 Apr 2016 10:20:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.6 required=5.0 tests=BAYES_50,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Quote, padding-left, paddingleft, gray X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 02 Apr 2016 10:19:59 +0000 Received: from anthias (unknown [27.114.165.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id BD3C63F425; Sat, 2 Apr 2016 06:19:53 -0400 (EDT) Date: Sat, 02 Apr 2016 10:20:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Jason Merrill Subject: [wwwdocs] [1/3] projects/cxx-status.html -- introduce global CSS for tables Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00114.txt.bz2 Jason pointed out that https://gcc.gnu.org/projects/cxx-status.html looks as if it ignored all the CSS on that page, whereas things look fine on his local system. This is another victim of the strict Content Security Policy someone put in place earlier this year, and luckily one of the last instances. Which I am going to take care of now. ;-) Below the first patch, after which things start looking at least remotely sensible again. (Note that we do not need this for the table itself; doing this for its cells is sufficient.) Committed. Gerald ChangeLog: Introduce a new CSS class table.cxxstatus that draws a grid around table cells. Use that class throughout projects/cxx-status.html and add a missing empty cell (). Remove local CSS that accomplished the same. Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.33 diff -u -r1.33 gcc.css --- gcc.css 7 Feb 2016 15:05:47 -0000 1.33 +++ gcc.css 2 Apr 2016 09:33:10 -0000 @@ -64,6 +64,9 @@ /* Quote an e-mail. The first
has the sender, the second the quote. */ blockquote.mail div:nth-child(2) { border-left: solid blue; padding-left: 4pt; } +/* C++ status tables. */ +table.cxxstatus th, td { border: 1px solid gray; } + /* Classpath versus libgcj merge status page. */ .classpath-only { background-color: #FFFFAA; } Index: projects/cxx-status.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx-status.html,v retrieving revision 1.2 diff -u -r1.2 cxx-status.html --- projects/cxx-status.html 16 Mar 2016 03:20:58 -0000 1.2 +++ projects/cxx-status.html 2 Apr 2016 09:33:11 -0000 @@ -6,7 +6,6 @@ tr.separator { background: #ffffcc} .supported { color: green } .unsupported { color: red } - table, td, th { border: 1px solid gray } /* ]]> */ @@ -57,7 +56,7 @@ version of GCC that contains an implementation of this feature (if it has been implemented).

- +
@@ -192,7 +191,7 @@ --> -
Language Feature Proposal
+
@@ -233,7 +232,7 @@ feature, while the "Available in GCC?" column indicates the first version of GCC that contains an implementation of this feature.

-
Technical Specification Document
+
@@ -341,7 +340,7 @@ part of the published standard; as a result, it has been removed from the compiler.

-
Language Feature Proposal
+
@@ -378,7 +377,7 @@
  • GCC 4.8 C++11 Status
  • -
    Language Feature Proposal
    +
    @@ -390,6 +389,7 @@ +
    Language Feature ProposalN2118 GCC 4.3 __cpp_rvalue_references >= 200610
        Rvalue references for *this