Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add css-multicol-2 #1622

Closed
browser-specs-bot opened this issue Dec 23, 2024 · 1 comment · Fixed by #1623
Closed

Add css-multicol-2 #1622

browser-specs-bot opened this issue Dec 23, 2024 · 1 comment · Fixed by #1623
Labels
new spec Suggestion to add a new spec

Comments

@browser-specs-bot
Copy link
Collaborator

URL

https://www.w3.org/TR/css-multicol-2/

Rationale

Additional properties

{}
@browser-specs-bot browser-specs-bot added the new spec Suggestion to add a new spec label Dec 23, 2024
@browser-specs-bot
Copy link
Collaborator Author

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1)
{
  "url": "https://www.w3.org/TR/css-multicol-2/",
  "seriesComposition": "full",
  "shortname": "css-multicol-2",
  "series": {
    "shortname": "css-multicol",
    "currentSpecification": "css-multicol-1",
    "title": "CSS Multi-column Layout",
    "shortTitle": "CSS Multi-column Layout",
    "releaseUrl": "https://www.w3.org/TR/css-multicol/",
    "nightlyUrl": "https://drafts.csswg.org/css-multicol/"
  },
  "seriesVersion": "2",
  "seriesPrevious": "css-multicol-1",
  "organization": "W3C",
  "groups": [
    {
      "name": "Cascading Style Sheets (CSS) Working Group",
      "url": "https://www.w3.org/Style/CSS/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/css-multicol-2/",
    "status": "First Public Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://drafts.csswg.org/css-multicol-2/",
    "status": "Editor's Draft",
    "alternateUrls": [
      "https://w3c.github.io/csswg-drafts/css-multicol-2/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "css-multicol-2/Overview.bs",
    "filename": "index.html"
  },
  "title": "CSS Multi-column Layout Module Level 2",
  "source": "w3c",
  "shortTitle": "CSS Multi-column Layout 2",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "css/css-multicol"
    ]
  }
}

Tests

With these changes, the following tests would fail:

The `index.json` list has unique shortnames

Expected:

[]

Actual:

[
  {
    "url": "https://www.w3.org/TR/css-multicol-2/",
    "seriesComposition": "full",
    "shortname": "css-multicol-2",
    "series": {
      "shortname": "css-multicol",
      "currentSpecification": "css-multicol-1",
      "title": "CSS Multi-column Layout",
      "shortTitle": "CSS Multi-column Layout",
      "releaseUrl": "https://www.w3.org/TR/css-multicol/",
      "nightlyUrl": "https://drafts.csswg.org/css-multicol/"
    },
    "seriesVersion": "2",
    "seriesPrevious": "css-multicol-1",
    "organization": "W3C",
    "groups": [
      {
        "name": "Cascading Style Sheets (CSS) Working Group",
        "url": "https://www.w3.org/Style/CSS/"
      }
    ],
    "release": {
      "url": "https://www.w3.org/TR/css-multicol-2/",
      "status": "First Public Working Draft",
      "filename": "Overview.html"
    },
    "nightly": {
      "url": "https://drafts.csswg.org/css-multicol-2/",
      "status": "Editor's Draft",
      "alternateUrls": [
        "https://w3c.github.io/csswg-drafts/css-multicol-2/"
      ],
      "repository": "https://github.com/w3c/csswg-drafts",
      "sourcePath": "css-multicol-2/Overview.bs",
      "filename": "index.html"
    },
    "title": "CSS Multi-column Layout Module Level 2",
    "source": "w3c",
    "shortTitle": "CSS Multi-column Layout 2",
    "categories": [
      "browser"
    ],
    "standing": "good",
    "tests": {
      "repository": "https://github.com/web-platform-tests/wpt",
      "testPaths": [
        "css/css-multicol"
      ]
    }
  }
]
The `index.json` list has consistent series info

Expected:

{
  "shortname": "css-multicol",
  "currentSpecification": "css-multicol-1",
  "title": "CSS Multi-column Layout",
  "shortTitle": "CSS Multicol",
  "releaseUrl": "https://www.w3.org/TR/css-multicol/",
  "nightlyUrl": "https://drafts.csswg.org/css-multicol/"
}

Actual:

{
  "shortname": "css-multicol",
  "currentSpecification": "css-multicol-1",
  "title": "CSS Multi-column Layout",
  "shortTitle": "CSS Multi-column Layout",
  "releaseUrl": "https://www.w3.org/TR/css-multicol/",
  "nightlyUrl": "https://drafts.csswg.org/css-multicol/"
}

tidoust added a commit that referenced this issue Dec 27, 2024
Following publication as FPWD. Also, css-multicol-2 is no longer a delta spec.

Close #1621
Close #1622
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new spec Suggestion to add a new spec
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant