Skip to content

Update bluebook-inline.csl#8161

Open
danepps wants to merge 1 commit into
citation-style-language:masterfrom
danepps:patch-2
Open

Update bluebook-inline.csl#8161
danepps wants to merge 1 commit into
citation-style-language:masterfrom
danepps:patch-2

Conversation

@danepps
Copy link
Copy Markdown

@danepps danepps commented Apr 28, 2026

Problem

In bluebook-inline.csl, short cites with 3 or more authors render with
an Oxford comma before the ampersand:

Smith, Jones, & Brown, supra note 7

Bluebook author-list convention is "A, B & C" — no comma before the
ampersand. Expected:

Smith, Jones & Brown, supra note 7

Cause

The two short-cite <name> elements (lines 40, 47) omit
delimiter-precedes-last="never", so they fall back to CSL's
contextual default — inserting a comma before the connector when
there are 3+ names.

The other four <name> elements in this file (lines 73, 104, 118, 135)
already specify delimiter-precedes-last="never". The two short-cite
elements are the only ones missing the attribute.

Why this is uncontroversial

This brings the two short-cite <name> elements into alignment with the
file's own convention used everywhere else.

Companion to PR #8160, which fixes the same defect (plus an
and="text"and="symbol" correction that doesn't apply here) in
bluebook-law-review.csl.

Scope

  • Only affects rendering of short cites with 3 or more names. 1- and
    2-name cites are unchanged.
  • No schema impact; delimiter-precedes-last is a standard CSL attribute.
  • No new variables consumed; no item-type behavior changes.

@github-actions
Copy link
Copy Markdown

Awesome! You just created a pull request to the Citation Styles Language styles repository. One of our human volunteers will try to get in touch soon (usually within a week). In the meantime, I will run some automated checks. You should be notified of the results in a few minutes.

If you haven't done so yet, please make sure your style validates and follows all our other Style Requirements.

To update this pull request, visit the "Files changed" tab above, click on the ellipsis button in the top-right corner of your style, and then select "Edit file" to start editing:

If you have any questions, please leave a comment and we'll get back to you. While we usually respond in English, feel free to write in whatever language you're most comfortable.

@github-actions
Copy link
Copy Markdown

😃 Your submission passed all our automated tests.

Below are some sample citations generated based on your proposed changes:

bluebook-inline.csl (modified style; unchanged output for sample items)
CSL search by example Citation style editor; , https://editor.citationstyles.org/searchByExample/ (last visited Dec 15, 2012); Martin Fenner et al., A data citation roadmap for scholarly data repositories, 6 Scientific Data (2019); , https://www.nature.com/articles/s41597-019-0031-8 (last visited Mar 31, 2025)
Tania Galindo-Castañeda et al., Locating the microbes along the maize root system under nitrogen limitation: a root phenotypic approach, 136 Annals of Botany 1143–1162 (2025); , https://academic.oup.com/aob/article/136/5-6/1143/8231684 (last visited Jan 17, 2026); Beyond varieties of capitalism: conflict, contradictions, and complementarities in the European economy (B. Hancké et al. ed., Oxford University Press) (2007); , https://academic.oup.com/book/5397 (last visited Oct 19, 2025)
Firms and the welfare state: when, why, and how does social policy matter to employers?, in Varieties of capitalism: the institutional foundations of comparative advantage 184–212; , https://academic.oup.com/book/301/chapter/134896619 (last visited Jan 7, 2026)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant