Re: [wwwdocs] [1/3] projects/cxx-status.html -- introduce global CSS for tables

2016-04-05 Thread Gerald Pfeifer
On Sat, 2 Apr 2016, Gerald Pfeifer wrote: > Index: gcc.css > === : > +/* C++ status tables. */ > +table.cxxstatus th, td { border: 1px solid gray; } Intuition is not always a good guide. The above applied this style to all elements.

Re: [wwwdocs] [1/3] projects/cxx-status.html -- introduce global CSS for tables

2016-04-05 Thread Gerald Pfeifer
On Tue, 5 Apr 2016, Jason Merrill wrote: >> href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html";>N2118 >> GCC >> 4.3 >> __cpp_rvalue_references >= 200610 >> + >> > > This doesn't seem to have been needed; now when I look at the page I see > an e

Re: [wwwdocs] [1/3] projects/cxx-status.html -- introduce global CSS for tables

2016-04-05 Thread Jason Merrill
Thanks a lot! One thing: On 04/02/2016 06:19 AM, Gerald Pfeifer wrote: @@ -390,6 +389,7 @@ http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html";>N2118 GCC 4.3 __cpp_rvalue_references >= 200610 + Rvalue references for *this

[wwwdocs] [1/3] projects/cxx-status.html -- introduce global CSS for tables

2016-04-02 Thread Gerald Pfeifer
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 instan