Skip to content

Commit 09d6670

Browse files
committed
fix copy/paste issue
1 parent b88d8cb commit 09d6670

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

org/w3c/css/properties/css/CssTextWrapMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public Object get() {
5353
* Returns the name of this property
5454
*/
5555
public final String getPropertyName() {
56-
return "content-visibility";
56+
return "text-wrap-mode";
5757
}
5858

5959
/**

org/w3c/css/properties/css/CssWordSpaceTransform.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public Object get() {
5353
* Returns the name of this property
5454
*/
5555
public final String getPropertyName() {
56-
return "content-visibility";
56+
return "word-space-transform";
5757
}
5858

5959
/**

org/w3c/css/properties/css/CssWrapAfter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public Object get() {
5353
* Returns the name of this property
5454
*/
5555
public final String getPropertyName() {
56-
return "content-visibility";
56+
return "wrap-after";
5757
}
5858

5959
/**

org/w3c/css/properties/css/CssWrapBefore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public Object get() {
5353
* Returns the name of this property
5454
*/
5555
public final String getPropertyName() {
56-
return "content-visibility";
56+
return "wrap-before";
5757
}
5858

5959
/**

org/w3c/css/properties/css/CssWrapInside.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public Object get() {
5353
* Returns the name of this property
5454
*/
5555
public final String getPropertyName() {
56-
return "content-visibility";
56+
return "wrap-inside";
5757
}
5858

5959
/**

0 commit comments

Comments
 (0)