Skip to content

Commit f8e266b

Browse files
committed
[css-pseudo-4] Exclude css-inline-3 properties from ::placeholder #5379
1 parent 1214c57 commit f8e266b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

css-pseudo-4/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,9 +1584,8 @@ Placeholder Input: the ''::placeholder'' pseudo-element</h3>
15841584
and is thus relatively limited in its abilities.
15851585

15861586
All properties that apply to the ''::first-line'' pseudo-element
1587-
also apply to the ''::placeholder'' pseudo-element.
1588-
1589-
ISSUE(5379): Should [[CSS-INLINE-3]] properties be excluded?
1587+
also apply to the ''::placeholder'' pseudo-element,
1588+
except those defined in [[!CSS-INLINE-3]].
15901589

15911590
In interactive media, placeholder text is often hidden once the user has entered input;
15921591
however this is not a requirement, and both the input value and the placeholder text may be visible simultaneously.

0 commit comments

Comments
 (0)