Skip to content

New pages: CSS background-repeat x and y#42184

Open
estelle wants to merge 5 commits intomainfrom
repeatlonghand
Open

New pages: CSS background-repeat x and y#42184
estelle wants to merge 5 commits intomainfrom
repeatlonghand

Conversation

@estelle
Copy link
Member

@estelle estelle commented Dec 1, 2025

According to BCD, these properties are supported in Safari since version 5, so adding them.

Safari 5 through 10.1 supported this value.
I am not seeing support when testing 11.1 to current.

@estelle estelle requested a review from a team as a code owner December 1, 2025 13:42
@estelle estelle requested review from chrisdavidmills and removed request for a team December 1, 2025 13:42
@github-actions github-actions bot added Content:CSS Cascading Style Sheets docs size/m [PR only] 51-500 LoC changed labels Dec 1, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2025

Preview URLs

Flaws (8)

URL: /en-US/docs/Web/CSS/Reference/Properties/background-repeat-x
Title: background-repeat-x
Flaw count: 4

  • broken_links:
    • /en-US/docs/Web/CSS/CSS_values_and_units/Value_definition_syntax#hash_mark is a redirect
    • /en-US/docs/Web/CSS/CSS_values_and_units/Value_definition_syntax#single_bar is a redirect
    • /en-US/docs/Web/CSS/CSS_values_and_units/Value_definition_syntax#single_bar is a redirect
    • /en-US/docs/Web/CSS/CSS_values_and_units/Value_definition_syntax#single_bar is a redirect

URL: /en-US/docs/Web/CSS/Reference/Properties/background-repeat-y
Title: background-repeat-y
Flaw count: 4

  • broken_links:
    • /en-US/docs/Web/CSS/CSS_values_and_units/Value_definition_syntax#hash_mark is a redirect
    • /en-US/docs/Web/CSS/CSS_values_and_units/Value_definition_syntax#single_bar is a redirect
    • /en-US/docs/Web/CSS/CSS_values_and_units/Value_definition_syntax#single_bar is a redirect
    • /en-US/docs/Web/CSS/CSS_values_and_units/Value_definition_syntax#single_bar is a redirect

(comment last updated: 2025-12-08 12:13:03)

…ndex.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

@chrisdavidmills chrisdavidmills left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@estelle reviewed. It's a strange set of properties to spend time on now, given that they don't seem to be supported anywhere. Since they are not marked as deprecated and are in the L4 spec, is the intention to bring them back someday?

I've just checked, and the links seem to be added to the CSS backgrounds and borders module page already, so all good there.


## Examples

### Setting background-repeat-x
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've not tested this as it doesn't work on any browser I have available. I'm assuming it works.

@@ -0,0 +1,190 @@
---
title: background-repeat-y
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this is a repeat of the previous page, with "horizontal" references changed to "vertical". Therefore, my earlier comments should apply here as well.

estelle and others added 2 commits December 8, 2025 13:10
Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:CSS Cascading Style Sheets docs size/m [PR only] 51-500 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants