| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466 |
- "use strict";
- // autogenerated - 2026-01-06
- module.exports = new Map([
- [
- "-webkit-border-after-color",
- null
- ],
- [
- "-webkit-border-before-color",
- null
- ],
- [
- "-webkit-border-end-color",
- null
- ],
- [
- "-webkit-border-start-color",
- null
- ],
- [
- "-webkit-column-rule-color",
- null
- ],
- [
- "-webkit-tap-highlight-color",
- null
- ],
- [
- "-webkit-text-emphasis-color",
- null
- ],
- [
- "-webkit-text-fill-color",
- {
- "name": "-webkit-text-fill-color",
- "href": "https://compat.spec.whatwg.org/#propdef--webkit-text-fill-color",
- "initial": "currentcolor",
- "appliesTo": "all elements",
- "inherited": "yes",
- "percentages": "N/A",
- "computedValue": "an RGBA color",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "media": "visual",
- "styleDeclaration": [
- "-webkit-text-fill-color",
- "WebkitTextFillColor",
- "webkitTextFillColor"
- ],
- "syntax": "<color>",
- "extended": []
- }
- ],
- [
- "-webkit-text-stroke-color",
- {
- "name": "-webkit-text-stroke-color",
- "href": "https://compat.spec.whatwg.org/#propdef--webkit-text-stroke-color",
- "initial": "currentcolor",
- "appliesTo": "all elements",
- "inherited": "yes",
- "percentages": "N/A",
- "computedValue": "an RGBA color",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "media": "visual",
- "styleDeclaration": [
- "-webkit-text-stroke-color",
- "WebkitTextStrokeColor",
- "webkitTextStrokeColor"
- ],
- "syntax": "<color>",
- "extended": []
- }
- ],
- [
- "background",
- {
- "name": "background",
- "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background",
- "initial": "see individual properties",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "see individual properties",
- "computedValue": "see individual properties",
- "animationType": "see individual properties",
- "canonicalOrder": "per grammar",
- "styleDeclaration": [
- "background"
- ],
- "syntax": "<bg-layer>#? , <final-bg-layer>",
- "extended": []
- }
- ],
- [
- "background-attachment",
- {
- "name": "background-attachment",
- "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-attachment",
- "initial": "scroll",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "list, each item the keyword as specified",
- "canonicalOrder": "per grammar",
- "animationType": "discrete",
- "styleDeclaration": [
- "background-attachment",
- "backgroundAttachment"
- ],
- "syntax": "<attachment>#",
- "extended": []
- }
- ],
- [
- "background-clip",
- {
- "name": "background-clip",
- "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-clip",
- "initial": "border-box",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "n/a",
- "computedValue": "as specified",
- "canonicalOrder": "per grammar",
- "animationType": "repeatable list",
- "styleDeclaration": [
- "background-clip",
- "backgroundClip"
- ],
- "syntax": "<bg-clip>#",
- "extended": []
- }
- ],
- [
- "background-color",
- {
- "name": "background-color",
- "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-color",
- "initial": "transparent",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "computed color",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value",
- "styleDeclaration": [
- "background-color",
- "backgroundColor"
- ],
- "syntax": "<color>",
- "extended": []
- }
- ],
- [
- "background-image",
- {
- "name": "background-image",
- "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-image",
- "initial": "none",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "list, each item either an <image> or the keyword none",
- "canonicalOrder": "per grammar",
- "animationType": "discrete",
- "styleDeclaration": [
- "background-image",
- "backgroundImage"
- ],
- "syntax": "<bg-image>#",
- "extended": []
- }
- ],
- [
- "background-origin",
- {
- "name": "background-origin",
- "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-origin",
- "initial": "padding-box",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "list, each item a keyword as specified",
- "canonicalOrder": "per grammar",
- "animationType": "repeatable list",
- "styleDeclaration": [
- "background-origin",
- "backgroundOrigin"
- ],
- "syntax": "<visual-box>#",
- "extended": []
- }
- ],
- [
- "background-position",
- {
- "name": "background-position",
- "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-position",
- "initial": "0% 0%",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "refer to size of background positioning area minus size of background image; see text",
- "computedValue": "a list, each item a pair of offsets (horizontal and vertical) from the top left origin, each offset given as a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "repeatable list",
- "styleDeclaration": [
- "background-position",
- "backgroundPosition"
- ],
- "syntax": "<bg-position>#",
- "extended": []
- }
- ],
- [
- "background-repeat",
- {
- "name": "background-repeat",
- "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-repeat",
- "initial": "repeat",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "list, each item a pair of keywords, one per dimension",
- "canonicalOrder": "per grammar",
- "animationType": "discrete",
- "styleDeclaration": [
- "background-repeat",
- "backgroundRepeat"
- ],
- "syntax": "<repeat-style>#",
- "extended": []
- }
- ],
- [
- "background-size",
- {
- "name": "background-size",
- "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-size",
- "initial": "auto",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "see text",
- "computedValue": "list, each item a pair of sizes (one per axis) each represented as either a keyword or a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "repeatable list",
- "styleDeclaration": [
- "background-size",
- "backgroundSize"
- ],
- "syntax": "<bg-size>#",
- "extended": []
- }
- ],
- [
- "border",
- {
- "name": "border",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border",
- "initial": "see individual properties",
- "appliesTo": "see individual properties",
- "inherited": "see individual properties",
- "percentages": "see individual properties",
- "computedValue": "see individual properties",
- "animationType": "see individual properties",
- "canonicalOrder": "per grammar",
- "styleDeclaration": [
- "border"
- ],
- "syntax": "<line-width> || <line-style> || <color>",
- "extended": []
- }
- ],
- [
- "border-bottom",
- {
- "name": "border-bottom",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-bottom",
- "initial": "See individual properties",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "see individual properties",
- "animationType": "see individual properties",
- "canonicalOrder": "per grammar",
- "styleDeclaration": [
- "border-bottom",
- "borderBottom"
- ],
- "syntax": "<line-width> || <line-style> || <color>",
- "extended": []
- }
- ],
- [
- "border-bottom-color",
- {
- "name": "border-bottom-color",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-bottom-color",
- "initial": "currentcolor",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "the computed color and/or a one-dimensional image function",
- "canonicalOrder": "per grammar",
- "animationType": "see prose",
- "logicalPropertyGroup": "border-color",
- "styleDeclaration": [
- "border-bottom-color",
- "borderBottomColor"
- ],
- "syntax": "<color> | <image-1D>",
- "extended": []
- }
- ],
- [
- "border-bottom-style",
- {
- "name": "border-bottom-style",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-bottom-style",
- "initial": "none",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "specified keyword",
- "canonicalOrder": "per grammar",
- "animationType": "discrete",
- "logicalPropertyGroup": "border-style",
- "styleDeclaration": [
- "border-bottom-style",
- "borderBottomStyle"
- ],
- "syntax": "<line-style>",
- "extended": []
- }
- ],
- [
- "border-bottom-width",
- {
- "name": "border-bottom-width",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-bottom-width",
- "initial": "medium",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "absolute length, snapped as a border width; zero if the border style is none or hidden",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value",
- "logicalPropertyGroup": "border-width",
- "styleDeclaration": [
- "border-bottom-width",
- "borderBottomWidth"
- ],
- "syntax": "<line-width>",
- "extended": []
- }
- ],
- [
- "border-collapse",
- {
- "name": "border-collapse",
- "href": "https://drafts.csswg.org/css-tables-3/#propdef-border-collapse",
- "initial": "separate",
- "appliesTo": "table grid boxes",
- "inherited": "yes",
- "percentages": "n/a",
- "computedValue": "specified keyword",
- "canonicalOrder": "per grammar",
- "animationType": "discrete",
- "styleDeclaration": [
- "border-collapse",
- "borderCollapse"
- ],
- "syntax": "separate | collapse",
- "extended": []
- }
- ],
- [
- "border-color",
- {
- "name": "border-color",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-color",
- "initial": "see individual properties",
- "appliesTo": "see individual properties",
- "inherited": "see individual properties",
- "percentages": "see individual properties",
- "computedValue": "see individual properties",
- "animationType": "see individual properties",
- "canonicalOrder": "per grammar",
- "styleDeclaration": [
- "border-color",
- "borderColor"
- ],
- "syntax": "[ <color> | <image-1D> ]{1,4}",
- "extended": []
- }
- ],
- [
- "border-left",
- {
- "name": "border-left",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-left",
- "initial": "See individual properties",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "see individual properties",
- "animationType": "see individual properties",
- "canonicalOrder": "per grammar",
- "styleDeclaration": [
- "border-left",
- "borderLeft"
- ],
- "syntax": "<line-width> || <line-style> || <color>",
- "extended": []
- }
- ],
- [
- "border-left-color",
- {
- "name": "border-left-color",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-left-color",
- "initial": "currentcolor",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "the computed color and/or a one-dimensional image function",
- "canonicalOrder": "per grammar",
- "animationType": "see prose",
- "logicalPropertyGroup": "border-color",
- "styleDeclaration": [
- "border-left-color",
- "borderLeftColor"
- ],
- "syntax": "<color> | <image-1D>",
- "extended": []
- }
- ],
- [
- "border-left-style",
- {
- "name": "border-left-style",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-left-style",
- "initial": "none",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "specified keyword",
- "canonicalOrder": "per grammar",
- "animationType": "discrete",
- "logicalPropertyGroup": "border-style",
- "styleDeclaration": [
- "border-left-style",
- "borderLeftStyle"
- ],
- "syntax": "<line-style>",
- "extended": []
- }
- ],
- [
- "border-left-width",
- {
- "name": "border-left-width",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-left-width",
- "initial": "medium",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "absolute length, snapped as a border width; zero if the border style is none or hidden",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value",
- "logicalPropertyGroup": "border-width",
- "styleDeclaration": [
- "border-left-width",
- "borderLeftWidth"
- ],
- "syntax": "<line-width>",
- "extended": []
- }
- ],
- [
- "border-right",
- {
- "name": "border-right",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-right",
- "initial": "See individual properties",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "see individual properties",
- "animationType": "see individual properties",
- "canonicalOrder": "per grammar",
- "styleDeclaration": [
- "border-right",
- "borderRight"
- ],
- "syntax": "<line-width> || <line-style> || <color>",
- "extended": []
- }
- ],
- [
- "border-right-color",
- {
- "name": "border-right-color",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-right-color",
- "initial": "currentcolor",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "the computed color and/or a one-dimensional image function",
- "canonicalOrder": "per grammar",
- "animationType": "see prose",
- "logicalPropertyGroup": "border-color",
- "styleDeclaration": [
- "border-right-color",
- "borderRightColor"
- ],
- "syntax": "<color> | <image-1D>",
- "extended": []
- }
- ],
- [
- "border-right-style",
- {
- "name": "border-right-style",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-right-style",
- "initial": "none",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "specified keyword",
- "canonicalOrder": "per grammar",
- "animationType": "discrete",
- "logicalPropertyGroup": "border-style",
- "styleDeclaration": [
- "border-right-style",
- "borderRightStyle"
- ],
- "syntax": "<line-style>",
- "extended": []
- }
- ],
- [
- "border-right-width",
- {
- "name": "border-right-width",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-right-width",
- "initial": "medium",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "absolute length, snapped as a border width; zero if the border style is none or hidden",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value",
- "logicalPropertyGroup": "border-width",
- "styleDeclaration": [
- "border-right-width",
- "borderRightWidth"
- ],
- "syntax": "<line-width>",
- "extended": []
- }
- ],
- [
- "border-spacing",
- {
- "name": "border-spacing",
- "href": "https://drafts.csswg.org/css-tables-3/#propdef-border-spacing",
- "initial": "0px 0px",
- "appliesTo": "table grid boxes when border-collapse is separate",
- "inherited": "yes",
- "percentages": "n/a",
- "computedValue": "two absolute lengths",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value",
- "styleDeclaration": [
- "border-spacing",
- "borderSpacing"
- ],
- "syntax": "<length>{1,2}",
- "extended": []
- }
- ],
- [
- "border-style",
- {
- "name": "border-style",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-style",
- "initial": "see individual properties",
- "appliesTo": "see individual properties",
- "inherited": "see individual properties",
- "percentages": "see individual properties",
- "computedValue": "see individual properties",
- "animationType": "see individual properties",
- "canonicalOrder": "per grammar",
- "styleDeclaration": [
- "border-style",
- "borderStyle"
- ],
- "syntax": "<'border-top-style'>{1,4}",
- "extended": []
- }
- ],
- [
- "border-top",
- {
- "name": "border-top",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-top",
- "initial": "See individual properties",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "see individual properties",
- "animationType": "see individual properties",
- "canonicalOrder": "per grammar",
- "styleDeclaration": [
- "border-top",
- "borderTop"
- ],
- "syntax": "<line-width> || <line-style> || <color>",
- "extended": []
- }
- ],
- [
- "border-top-color",
- {
- "name": "border-top-color",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-top-color",
- "initial": "currentcolor",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "the computed color and/or a one-dimensional image function",
- "canonicalOrder": "per grammar",
- "animationType": "see prose",
- "logicalPropertyGroup": "border-color",
- "styleDeclaration": [
- "border-top-color",
- "borderTopColor"
- ],
- "syntax": "<color> | <image-1D>",
- "extended": []
- }
- ],
- [
- "border-top-style",
- {
- "name": "border-top-style",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-top-style",
- "initial": "none",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "specified keyword",
- "canonicalOrder": "per grammar",
- "animationType": "discrete",
- "logicalPropertyGroup": "border-style",
- "styleDeclaration": [
- "border-top-style",
- "borderTopStyle"
- ],
- "syntax": "<line-style>",
- "extended": []
- }
- ],
- [
- "border-top-width",
- {
- "name": "border-top-width",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-top-width",
- "initial": "medium",
- "appliesTo": "all elements except ruby base containers and ruby annotation containers",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "absolute length, snapped as a border width; zero if the border style is none or hidden",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value",
- "logicalPropertyGroup": "border-width",
- "styleDeclaration": [
- "border-top-width",
- "borderTopWidth"
- ],
- "syntax": "<line-width>",
- "extended": []
- }
- ],
- [
- "border-width",
- {
- "name": "border-width",
- "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-width",
- "initial": "see individual properties",
- "appliesTo": "see individual properties",
- "inherited": "see individual properties",
- "percentages": "see individual properties",
- "computedValue": "see individual properties",
- "animationType": "see individual properties",
- "canonicalOrder": "per grammar",
- "styleDeclaration": [
- "border-width",
- "borderWidth"
- ],
- "syntax": "<'border-top-width'>{1,4}",
- "extended": []
- }
- ],
- [
- "bottom",
- {
- "name": "bottom",
- "href": "https://drafts.csswg.org/css-position-3/#propdef-bottom",
- "initial": "auto",
- "appliesTo": "positioned elements",
- "inherited": "no",
- "percentages": "refer to size of containing block; see prose",
- "computedValue": "the keyword auto or a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "logicalPropertyGroup": "inset",
- "styleDeclaration": [
- "bottom"
- ],
- "syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
- "extended": [
- "https://drafts.csswg.org/css-anchor-position-1/"
- ]
- }
- ],
- [
- "clear",
- {
- "name": "clear",
- "href": "https://drafts.csswg.org/css-page-floats-3/#propdef-clear",
- "initial": "none",
- "appliesTo": "block-level elements, floats, regions, pages",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "specified keyword",
- "canonicalOrder": "per grammar",
- "animationType": "discrete",
- "styleDeclaration": [
- "clear"
- ],
- "syntax": "inline-start | inline-end | block-start | block-end | left | right | top | bottom | both-inline | both-block | both | none",
- "extended": []
- }
- ],
- [
- "clip",
- {
- "name": "clip",
- "href": "https://drafts.fxtf.org/css-masking-1/#propdef-clip",
- "initial": "auto",
- "appliesTo": "Absolutely positioned elements. In SVG, it applies to elements which establish a new viewport, pattern elements and mask elements.",
- "inherited": "no",
- "percentages": "n/a",
- "computedValue": "as specified",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value",
- "media": "visual",
- "styleDeclaration": [
- "clip"
- ],
- "syntax": "<rect()> | auto",
- "extended": []
- }
- ],
- [
- "color",
- {
- "name": "color",
- "href": "https://drafts.csswg.org/css-color-4/#propdef-color",
- "initial": "CanvasText",
- "appliesTo": "all elements and text",
- "inherited": "yes",
- "percentages": "N/A",
- "computedValue": "computed color, see resolving color values",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "styleDeclaration": [
- "color"
- ],
- "syntax": "<color>",
- "extended": []
- }
- ],
- [
- "display",
- {
- "name": "display",
- "href": "https://drafts.csswg.org/css-display-4/#propdef-display",
- "initial": "inline",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "n/a",
- "computedValue": "a pair of keywords representing the inner and outer display types plus optional list-item flag, or a <display-internal> or <display-box> keyword; see prose in a variety of specs for computation rules",
- "canonicalOrder": "per grammar",
- "animationType": "see § 2.9 Animating and Interpolating display",
- "styleDeclaration": [
- "display"
- ],
- "syntax": "[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy> | <display-outside> || [ <display-inside> | math ]",
- "extended": [
- "https://w3c.github.io/mathml-core/"
- ]
- }
- ],
- [
- "flex",
- {
- "name": "flex",
- "href": "https://drafts.csswg.org/css-flexbox-1/#propdef-flex",
- "initial": "0 1 auto",
- "appliesTo": "flex items",
- "inherited": "no",
- "percentages": "see individual properties",
- "computedValue": "see individual properties",
- "animationType": "by computed value type",
- "canonicalOrder": "per grammar",
- "styleDeclaration": [
- "flex"
- ],
- "syntax": "none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]",
- "extended": []
- }
- ],
- [
- "flex-basis",
- {
- "name": "flex-basis",
- "href": "https://drafts.csswg.org/css-flexbox-1/#propdef-flex-basis",
- "initial": "auto",
- "appliesTo": "flex items",
- "inherited": "no",
- "percentages": "relative to the flex container’s inner main size",
- "computedValue": "specified keyword or a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "styleDeclaration": [
- "flex-basis",
- "flexBasis"
- ],
- "syntax": "content | <'width'>",
- "extended": []
- }
- ],
- [
- "flex-grow",
- {
- "name": "flex-grow",
- "href": "https://drafts.csswg.org/css-flexbox-1/#propdef-flex-grow",
- "initial": "0",
- "appliesTo": "flex items",
- "inherited": "no",
- "percentages": "n/a",
- "computedValue": "specified number",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "styleDeclaration": [
- "flex-grow",
- "flexGrow"
- ],
- "syntax": "<number [0,∞]>",
- "extended": []
- }
- ],
- [
- "flex-shrink",
- {
- "name": "flex-shrink",
- "href": "https://drafts.csswg.org/css-flexbox-1/#propdef-flex-shrink",
- "initial": "1",
- "appliesTo": "flex items",
- "inherited": "no",
- "percentages": "n/a",
- "computedValue": "specified value",
- "canonicalOrder": "per grammar",
- "animationType": "number",
- "styleDeclaration": [
- "flex-shrink",
- "flexShrink"
- ],
- "syntax": "<number [0,∞]>",
- "extended": []
- }
- ],
- [
- "float",
- {
- "name": "float",
- "href": "https://drafts.csswg.org/css-page-floats-3/#propdef-float",
- "initial": "none",
- "appliesTo": "all elements.",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "as specified",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "styleDeclaration": [
- "float"
- ],
- "syntax": "block-start | block-end | inline-start | inline-end | snap-block | <snap-block()> | snap-inline | <snap-inline()> | left | right | top | bottom | none | footnote",
- "extended": [
- "https://drafts.csswg.org/css-gcpm-3/"
- ]
- }
- ],
- [
- "flood-color",
- {
- "name": "flood-color",
- "href": "https://drafts.fxtf.org/filter-effects-1/#propdef-flood-color",
- "initial": "black",
- "appliesTo": "feFlood and feDropShadow elements",
- "inherited": "no",
- "percentages": "n/a",
- "computedValue": "as specified",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value",
- "media": "visual",
- "styleDeclaration": [
- "flood-color",
- "floodColor"
- ],
- "syntax": "<color>",
- "extended": []
- }
- ],
- [
- "font",
- {
- "name": "font",
- "href": "https://drafts.csswg.org/css-fonts-4/#propdef-font",
- "initial": "see individual properties",
- "appliesTo": "all elements and text",
- "inherited": "yes",
- "percentages": "see individual properties",
- "computedValue": "see individual properties",
- "canonicalOrder": "per grammar",
- "animationType": "see individual properties",
- "styleDeclaration": [
- "font"
- ],
- "syntax": "[ [ <'font-style'> || <font-variant-css2> || <'font-weight'> || <font-width-css3> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'># ] | <system-family-name>",
- "extended": []
- }
- ],
- [
- "font-family",
- {
- "name": "font-family",
- "href": "https://drafts.csswg.org/css-fonts-4/#propdef-font-family",
- "initial": "depends on user agent",
- "appliesTo": "all elements and text",
- "inherited": "yes",
- "percentages": "n/a",
- "computedValue": "list, each item a string and/or <generic-family> keywords",
- "canonicalOrder": "per grammar",
- "animationType": "discrete",
- "styleDeclaration": [
- "font-family",
- "fontFamily"
- ],
- "syntax": "[ <family-name> | <generic-family> ]#",
- "extended": []
- }
- ],
- [
- "font-size",
- {
- "name": "font-size",
- "href": "https://drafts.csswg.org/css-fonts-4/#propdef-font-size",
- "initial": "medium",
- "appliesTo": "all elements and text",
- "inherited": "yes",
- "percentages": "refer to parent element’s font size",
- "computedValue": "an absolute length",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "styleDeclaration": [
- "font-size",
- "fontSize"
- ],
- "syntax": "<absolute-size> | <relative-size> | <length-percentage [0,∞]> | math",
- "extended": []
- }
- ],
- [
- "font-style",
- {
- "name": "font-style",
- "href": "https://drafts.csswg.org/css-fonts-4/#propdef-font-style",
- "initial": "normal",
- "appliesTo": "all elements and text",
- "inherited": "yes",
- "percentages": "n/a",
- "computedValue": "the keyword specified, plus angle in degrees if specified",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type;normal animates as oblique 0deg",
- "styleDeclaration": [
- "font-style",
- "fontStyle"
- ],
- "syntax": "normal | italic | left | right | oblique <angle [-90deg,90deg]>?",
- "extended": []
- }
- ],
- [
- "font-variant",
- {
- "name": "font-variant",
- "href": "https://drafts.csswg.org/css-fonts-4/#propdef-font-variant",
- "initial": "normal",
- "appliesTo": "all elements and text",
- "inherited": "yes",
- "percentages": "n/a",
- "computedValue": "as specified",
- "canonicalOrder": "per grammar",
- "animationType": "discrete",
- "styleDeclaration": [
- "font-variant",
- "fontVariant"
- ],
- "syntax": "normal | none | [ [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ] || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || [ stylistic(<feature-value-name>) || historical-forms || styleset(<feature-value-name>#) || character-variant(<feature-value-name>#) || swash(<feature-value-name>) || ornaments(<feature-value-name>) || annotation(<feature-value-name>) ] || [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ] || [ <east-asian-variant-values> || <east-asian-width-values> || ruby ] || [ sub | super ] || [ text | emoji | unicode ] ]",
- "extended": []
- }
- ],
- [
- "font-weight",
- {
- "name": "font-weight",
- "href": "https://drafts.csswg.org/css-fonts-4/#propdef-font-weight",
- "initial": "normal",
- "appliesTo": "all elements and text",
- "inherited": "yes",
- "percentages": "n/a",
- "computedValue": "a number, see below",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "styleDeclaration": [
- "font-weight",
- "fontWeight"
- ],
- "syntax": "<font-weight-absolute> | bolder | lighter",
- "extended": []
- }
- ],
- [
- "height",
- {
- "name": "height",
- "href": "https://drafts.csswg.org/css-sizing-3/#propdef-height",
- "initial": "auto",
- "appliesTo": "all elements except non-replaced inlines",
- "inherited": "no",
- "percentages": "relative to width/height of containing block",
- "computedValue": "as specified, with <length-percentage> values computed",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type, recursing into fit-content()",
- "logicalPropertyGroup": "size",
- "styleDeclaration": [
- "height"
- ],
- "syntax": "auto | <length-percentage [0,∞]> | min-content | max-content | fit-content(<length-percentage [0,∞]>) | <calc-size()> | <anchor-size()> | stretch | fit-content | contain",
- "extended": [
- "https://drafts.csswg.org/css-anchor-position-1/",
- "https://drafts.csswg.org/css-sizing-4/"
- ]
- }
- ],
- [
- "left",
- {
- "name": "left",
- "href": "https://drafts.csswg.org/css-position-3/#propdef-left",
- "initial": "auto",
- "appliesTo": "positioned elements",
- "inherited": "no",
- "percentages": "refer to size of containing block; see prose",
- "computedValue": "the keyword auto or a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "logicalPropertyGroup": "inset",
- "styleDeclaration": [
- "left"
- ],
- "syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
- "extended": [
- "https://drafts.csswg.org/css-anchor-position-1/"
- ]
- }
- ],
- [
- "lighting-color",
- {
- "name": "lighting-color",
- "href": "https://drafts.fxtf.org/filter-effects-1/#propdef-lighting-color",
- "initial": "white",
- "appliesTo": "feDiffuseLighting and feSpecularLighting elements",
- "inherited": "no",
- "percentages": "n/a",
- "computedValue": "as specified",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value",
- "media": "visual",
- "styleDeclaration": [
- "lighting-color",
- "lightingColor"
- ],
- "syntax": "<color>",
- "extended": []
- }
- ],
- [
- "line-height",
- {
- "name": "line-height",
- "href": "https://drafts.csswg.org/css-inline-3/#propdef-line-height",
- "initial": "normal",
- "appliesTo": "non-replaced inline boxes and SVG text content elements",
- "inherited": "yes",
- "percentages": "computed relative to 1em",
- "computedValue": "the specified keyword, a number, or a computed <length> value",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "styleDeclaration": [
- "line-height",
- "lineHeight"
- ],
- "syntax": "normal | <number [0,∞]> | <length-percentage [0,∞]>",
- "extended": []
- }
- ],
- [
- "margin",
- {
- "name": "margin",
- "href": "https://drafts.csswg.org/css-box-4/#propdef-margin",
- "initial": "0",
- "appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
- "inherited": "no",
- "percentages": "refer to logical width of containing block",
- "computedValue": "see individual properties",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "styleDeclaration": [
- "margin"
- ],
- "syntax": "<'margin-top'>{1,4}",
- "extended": []
- }
- ],
- [
- "margin-bottom",
- {
- "name": "margin-bottom",
- "href": "https://drafts.csswg.org/css-box-4/#propdef-margin-bottom",
- "initial": "0",
- "appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
- "inherited": "no",
- "percentages": "refer to logical width of containing block",
- "computedValue": "the keyword auto or a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "logicalPropertyGroup": "margin",
- "styleDeclaration": [
- "margin-bottom",
- "marginBottom"
- ],
- "syntax": "<length-percentage> | auto | <anchor-size()>",
- "extended": [
- "https://drafts.csswg.org/css-anchor-position-1/"
- ]
- }
- ],
- [
- "margin-left",
- {
- "name": "margin-left",
- "href": "https://drafts.csswg.org/css-box-4/#propdef-margin-left",
- "initial": "0",
- "appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
- "inherited": "no",
- "percentages": "refer to logical width of containing block",
- "computedValue": "the keyword auto or a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "logicalPropertyGroup": "margin",
- "styleDeclaration": [
- "margin-left",
- "marginLeft"
- ],
- "syntax": "<length-percentage> | auto | <anchor-size()>",
- "extended": [
- "https://drafts.csswg.org/css-anchor-position-1/"
- ]
- }
- ],
- [
- "margin-right",
- {
- "name": "margin-right",
- "href": "https://drafts.csswg.org/css-box-4/#propdef-margin-right",
- "initial": "0",
- "appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
- "inherited": "no",
- "percentages": "refer to logical width of containing block",
- "computedValue": "the keyword auto or a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "logicalPropertyGroup": "margin",
- "styleDeclaration": [
- "margin-right",
- "marginRight"
- ],
- "syntax": "<length-percentage> | auto | <anchor-size()>",
- "extended": [
- "https://drafts.csswg.org/css-anchor-position-1/"
- ]
- }
- ],
- [
- "margin-top",
- {
- "name": "margin-top",
- "href": "https://drafts.csswg.org/css-box-4/#propdef-margin-top",
- "initial": "0",
- "appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
- "inherited": "no",
- "percentages": "refer to logical width of containing block",
- "computedValue": "the keyword auto or a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "logicalPropertyGroup": "margin",
- "styleDeclaration": [
- "margin-top",
- "marginTop"
- ],
- "syntax": "<length-percentage> | auto | <anchor-size()>",
- "extended": [
- "https://drafts.csswg.org/css-anchor-position-1/"
- ]
- }
- ],
- [
- "opacity",
- {
- "name": "opacity",
- "href": "https://drafts.csswg.org/css-color-4/#propdef-opacity",
- "initial": "1",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "map to the range [0,1]",
- "computedValue": "specified number, clamped to the range [0,1]",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "styleDeclaration": [
- "opacity"
- ],
- "syntax": "<opacity-value>",
- "extended": []
- }
- ],
- [
- "outline-color",
- {
- "name": "outline-color",
- "href": "https://drafts.csswg.org/css-ui-4/#propdef-outline-color",
- "initial": "auto",
- "appliesTo": "all elements",
- "inherited": "no",
- "percentages": "N/A",
- "computedValue": "see below",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value",
- "styleDeclaration": [
- "outline-color",
- "outlineColor"
- ],
- "syntax": "auto | <'border-top-color'>",
- "extended": []
- }
- ],
- [
- "padding",
- {
- "name": "padding",
- "href": "https://drafts.csswg.org/css-box-4/#propdef-padding",
- "initial": "0",
- "appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
- "inherited": "no",
- "percentages": "refer to logical width of containing block",
- "computedValue": "see individual properties",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "styleDeclaration": [
- "padding"
- ],
- "syntax": "<'padding-top'>{1,4}",
- "extended": []
- }
- ],
- [
- "padding-bottom",
- {
- "name": "padding-bottom",
- "href": "https://drafts.csswg.org/css-box-4/#propdef-padding-bottom",
- "initial": "0",
- "appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
- "inherited": "no",
- "percentages": "refer to logical width of containing block",
- "computedValue": "a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "logicalPropertyGroup": "padding",
- "styleDeclaration": [
- "padding-bottom",
- "paddingBottom"
- ],
- "syntax": "<length-percentage [0,∞]>",
- "extended": []
- }
- ],
- [
- "padding-left",
- {
- "name": "padding-left",
- "href": "https://drafts.csswg.org/css-box-4/#propdef-padding-left",
- "initial": "0",
- "appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
- "inherited": "no",
- "percentages": "refer to logical width of containing block",
- "computedValue": "a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "logicalPropertyGroup": "padding",
- "styleDeclaration": [
- "padding-left",
- "paddingLeft"
- ],
- "syntax": "<length-percentage [0,∞]>",
- "extended": []
- }
- ],
- [
- "padding-right",
- {
- "name": "padding-right",
- "href": "https://drafts.csswg.org/css-box-4/#propdef-padding-right",
- "initial": "0",
- "appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
- "inherited": "no",
- "percentages": "refer to logical width of containing block",
- "computedValue": "a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "logicalPropertyGroup": "padding",
- "styleDeclaration": [
- "padding-right",
- "paddingRight"
- ],
- "syntax": "<length-percentage [0,∞]>",
- "extended": []
- }
- ],
- [
- "padding-top",
- {
- "name": "padding-top",
- "href": "https://drafts.csswg.org/css-box-4/#propdef-padding-top",
- "initial": "0",
- "appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
- "inherited": "no",
- "percentages": "refer to logical width of containing block",
- "computedValue": "a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "logicalPropertyGroup": "padding",
- "styleDeclaration": [
- "padding-top",
- "paddingTop"
- ],
- "syntax": "<length-percentage [0,∞]>",
- "extended": []
- }
- ],
- [
- "right",
- {
- "name": "right",
- "href": "https://drafts.csswg.org/css-position-3/#propdef-right",
- "initial": "auto",
- "appliesTo": "positioned elements",
- "inherited": "no",
- "percentages": "refer to size of containing block; see prose",
- "computedValue": "the keyword auto or a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "logicalPropertyGroup": "inset",
- "styleDeclaration": [
- "right"
- ],
- "syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
- "extended": [
- "https://drafts.csswg.org/css-anchor-position-1/"
- ]
- }
- ],
- [
- "stop-color",
- {
- "name": "stop-color",
- "href": "https://svgwg.org/svg2-draft/pservers.html#StopColorProperty",
- "styleDeclaration": [
- "stop-color",
- "stopColor"
- ],
- "extended": []
- }
- ],
- [
- "top",
- {
- "name": "top",
- "href": "https://drafts.csswg.org/css-position-3/#propdef-top",
- "initial": "auto",
- "appliesTo": "positioned elements",
- "inherited": "no",
- "percentages": "refer to size of containing block; see prose",
- "computedValue": "the keyword auto or a computed <length-percentage> value",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type",
- "logicalPropertyGroup": "inset",
- "styleDeclaration": [
- "top"
- ],
- "syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
- "extended": [
- "https://drafts.csswg.org/css-anchor-position-1/"
- ]
- }
- ],
- [
- "width",
- {
- "name": "width",
- "href": "https://drafts.csswg.org/css-sizing-3/#propdef-width",
- "initial": "auto",
- "appliesTo": "all elements except non-replaced inlines",
- "inherited": "no",
- "percentages": "relative to width/height of containing block",
- "computedValue": "as specified, with <length-percentage> values computed",
- "canonicalOrder": "per grammar",
- "animationType": "by computed value type, recursing into fit-content()",
- "logicalPropertyGroup": "size",
- "styleDeclaration": [
- "width"
- ],
- "syntax": "auto | <length-percentage [0,∞]> | min-content | max-content | fit-content(<length-percentage [0,∞]>) | <calc-size()> | <anchor-size()> | stretch | fit-content | contain",
- "extended": [
- "https://drafts.csswg.org/css-anchor-position-1/",
- "https://drafts.csswg.org/css-sizing-4/"
- ]
- }
- ]
- ]);
|