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 patch for ed/css/mediaqueries.json #1260

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions ed/csspatches/mediaqueries.json.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
From 1faf81b493ae184a4324993fbc7d61de63cde441 Mon Sep 17 00:00:00 2001
From: Francois Daoust <fd@tidoust.net>
Date: Wed, 19 Jun 2024 10:38:22 +0200
Subject: [PATCH] Drop duplicate dfn of `<general-enclosed>`

Now defined in CSS Values 4, where it will probably remain:
https://github.com/w3c/csswg-drafts/issues/10465
---
ed/css/mediaqueries.json | 6 ------
1 file changed, 6 deletions(-)

diff --git a/ed/css/mediaqueries.json b/ed/css/mediaqueries.json
index 2b76f8623..90e2f450f 100644
--- a/ed/css/mediaqueries.json
+++ b/ed/css/mediaqueries.json
@@ -524,12 +524,6 @@
"type": "type",
"value": "<mf-lt> | <mf-gt> | <mf-eq>"
},
- {
- "name": "<general-enclosed>",
- "href": "https://drafts.csswg.org/mediaqueries-4/#typedef-general-enclosed",
- "type": "type",
- "value": "[ <function-token> <any-value>? ) ] | [ ( <any-value>? ) ]"
- },
{
"name": "<mq-boolean>",
"href": "https://drafts.csswg.org/mediaqueries-4/#typedef-mq-boolean",
--
2.42.0.windows.2

Loading