[Webkit-unassigned] [Bug 69072] New: White space between inline blocks should be affected by word-spacing property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 01:43:09 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69072

           Summary: White space between inline blocks should be affected
                    by word-spacing property
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: grelimail at gmail.com


Created an attachment (id=109135)
 --> (https://bugs.webkit.org/attachment.cgi?id=109135&action=review)
white-space processing test

According to fantasai message in www-style:
> http://www.w3.org/TR/CSS21/text.html#spacing-props
>   # Word spacing affects each space (U+0020) and non-breaking space (U+00A0),
>   # left in the text after the white space processing rules have been applied.
>  
> This means that
>  
> <inline-block/><inline-block/> will only be affected by letter-spacing, whereas
> <inline-block/> <inline-block/> will be affected by word-spacing.
http://lists.w3.org/Archives/Public/www-style/2011Sep/0493.html

For now word-spacing property in Webkit doesn't affect white space between
inline blocks but does between usual words. Instead white space between
inline-blocks is affected by letter-spacing property.

Word-spacing property is widely used to eliminate spaces between inline-blocks
produced by code formatting white-spaces.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list