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

[Bug] Incorrect URL Syntax in @font-face Declarations #266

Open
1 task done
Vanessa082 opened this issue Oct 7, 2024 · 1 comment
Open
1 task done

[Bug] Incorrect URL Syntax in @font-face Declarations #266

Vanessa082 opened this issue Oct 7, 2024 · 1 comment
Labels
💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents 🚧 status: blocked Blocked & therefore, not ready for work

Comments

@Vanessa082
Copy link

Description

Incorrect URL syntax in @font-face declaration. The url() value is not enclosed in quotes, which may lead to unexpected behavior in certain browsers.

Reproduction

  1. Open the CSS library-vars.css file containing the @font-face declarations.
  2. Locate the @font-face rules for fonts such as "Source Sans Pro" and "Roboto Condensed."
  3. Observe that some url() values are not enclosed in quotes.
  4. See error.

Expectation

The URL () value should be enclosed in quotes to ensure consistent behavior across all browsers.

Screenshots

Screenshot from 2024-10-05 13-32-35

Environment

  • Device: Laptop
  • OS: Linux
  • Browser: Chrome

Resolution

  • I would be interested in resolving this bug.
@Vanessa082 Vanessa082 added 💻 aspect: code Concerns the software code in the repository 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents labels Oct 7, 2024
@possumbilities
Copy link
Contributor

Please see this upstream issue and accompanying comments: creativecommons/vocabulary#100

Moving to status: blocked, as the decision made upstream will affect whether this Issue moves forward or is closed.

@possumbilities possumbilities added 🚧 status: blocked Blocked & therefore, not ready for work and removed 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents 🚧 status: blocked Blocked & therefore, not ready for work
Projects
Status: Backlog
Development

No branches or pull requests

2 participants