From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2F12F1F5CB; Sat, 28 Sep 2024 20:42:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1727556137; bh=zgBELBLxGX1PATJHTBTMphEMxaKJ8qppL3HnUv2SPvc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rrz8QHJdkGRZVac0XyIharJsOya9KEjP877ybHTzpGHVozmlH0g9p1DQk2XPHd6j8 pHSqnSb3vCggJf9XFnd32xyY8kPaoDQq9mI+IUL9j3poU8kHXZWS9rCO2ahfJzLNa0 lrFmdxtip8/44Hbs3hk5LWesZ3UN5wT1URhHSO54= Date: Sat, 28 Sep 2024 20:42:17 +0000 From: Eric Wong To: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Cc: meta@public-inbox.org, "Robin H. Johnson" Subject: Re: [PATCH v2] www: allow specifying CSS @import or tags Message-ID: <20240928204217.M58159@dcvr> References: <20240926005506.3703216-1-e@80x24.org> <20240926005506.3703216-5-e@80x24.org> <20240926183402Z.161922298-stepnem@smrk.net> <20240928183935.M960376@dcvr> <20240928192913Z.2177483813-stepnem@smrk.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240928192913Z.2177483813-stepnem@smrk.net> List-Id: Štěpán Němec wrote: > On Sat, 28 Sep 2024 18:39:35 +0000 > Eric Wong wrote: > > Multiple files may be specified and will be included in the > > -order specified. > > +order specified, but files specified via C are > > +always handled first. > > I guess saying "order given" or "given order" instead would > read better (avoid triple "specified" in a single sentence), > but that's just nit picking. I'll squash this in before pushing: diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod index 667f626f..6c4d633a 100644 --- a/Documentation/public-inbox-config.pod +++ b/Documentation/public-inbox-config.pod @@ -271,7 +271,7 @@ C puts CSS C<@import> statements into the CstyleE> tag. C appears necessary for some browser and C query combinations. Multiple files may be specified and will be included in the -order specified, but files specified via C are +given order, but files specified via C are always handled first. Example: