Closed Bug 1417143 Opened 7 years ago Closed 7 years ago

"ellipsis" and first+second value "percentage"

Categories

(Developer Documentation Graveyard :: General, enhancement, P5)

All
Other
enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: prunemaster, Assigned: cmills)

References

()

Details

:: Developer Documentation Request

      Request Type: Correction
     Gecko Version: unspecified
 Technical Contact: 

:: Details

re:  https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius

"ellipsis" (meaning dots) appears where "ellipse" is intended.

---also---

"With two values:"
"the second value is a <percentage>"

is confusing.  seems to say <length> is not permitted as 2nd value.  probably intended to emphasize % pertains to vertical height dimension.  maybe this could be reworded "WHEN the second value is a <percentage>"


"With one value:"
"...<percentage> denoting the radius of the circle"

the single <percentage> would produce ellipse derived from respective horiz/vert dimensions of the box, yes?
Assignee: nobody → cmills
Priority: P5 → P2
(In reply to prunemaster from comment #0)
> :: Developer Documentation Request
> 
>       Request Type: Correction
>      Gecko Version: unspecified
>  Technical Contact: 
> 
> :: Details
> 
> re:  https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius
> 
> "ellipsis" (meaning dots) appears where "ellipse" is intended.

Yup, you are totally right here. I have gone through all the shorthand pages and the longhand page too, and corrected all instances.

> 
> ---also---
> 
> "With two values:"
> "the second value is a <percentage>"
> 
> is confusing.  seems to say <length> is not permitted as 2nd value. 
> probably intended to emphasize % pertains to vertical height dimension. 
> maybe this could be reworded "WHEN the second value is a <percentage>"

It should just be "length or percentage" everywhere. I just tested it. Again, I've changed the instances on all pages. 

> 
> "With one value:"
> "...<percentage> denoting the radius of the circle"
> 
> the single <percentage> would produce ellipse derived from respective
> horiz/vert dimensions of the box, yes?

No - in the case of one value, a circle produces the border radius shape. If it only has one radius length - the same for horizontal and vertical - it is a circle by definition.

Thanks for reporting this! Let me know if you see anything else.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Priority: P2 → P5
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.