https://github.com/web-platform-tests/wpt
Raw File
Tip revision: fee987632e670876c7468ccd695f41fe90911d6b authored by Manuel Rego Casasnovas on 05 April 2018, 07:04:59 UTC
[css-multicol] column-gap normal is 1em per spec now
Tip revision: fee9876
.htaccess
HeaderName README.md
ReadmeName none

# README is returned as text/plain anyway, but this is needed to
# make it show up.

<Files "README.md">
ForceType text/plain
</Files>

# Define some types
AddType application/xhtml+xml .xht
AddType text/html .htm
AddType text/css .css
AddType image/png .png

# Set the default character set
AddDefaultCharset utf-8

# Set up useful directory indexes
# Indexing Options
Options +Indexes +MultiViews
IndexOptions DescriptionWidth=* NameWidth=* FancyIndexing FoldersFirst ScanHTMLTitles
IndexIgnore .htaccess *~ .#* #*# CVS README.md .svn
back to top