要素に設定されているすべてのCSSプロパティを取得する
currentStyle かgetComputedStyleを使えば指定要素のCSSのプロパティをすべて取得できるようである。
しかし、プロパティの量が膨大である。なお取得はプロパティのみで、値は取得できていない。
検証
<script>
function test1(){
var elm = document.getElementById('test1');
var props = elm.currentStyle || document.defaultView.getComputedStyle( elm, '' );
var json_str = JSON.stringify(props);
$('#res').html(json_str);
}
</script>
<style>
#test1{
color:red;
width:300px;
height:100px;
}
</style>
<div id="test1" style="background-color:Plum">
うゐのおくやまけふこえてあさきゆめみしゑひもせすん
</div>
<input type="button" value="すべてのCSSプロパティを取得する" onclick="test1()" /><br>
<p>出力</p>
<div id="res" style="width:100%;height:auto"></div>
{"0":"animation-delay","1":"animation-direction","2":"animation-duration","3":"animation-fill-mode","4":"animation-iteration-count","5":"animation-name","6":"animation-play-state","7":"animation-timing-function","8":"background-attachment","9":"background-blend-mode","10":"background-clip","11":"background-color","12":"background-image","13":"background-origin","14":"background-position","15":"background-repeat","16":"background-size","17":"border-bottom-color","18":"border-bottom-left-radius","19":"border-bottom-right-radius","20":"border-bottom-style","21":"border-bottom-width","22":"border-collapse","23":"border-image-outset","24":"border-image-repeat","25":"border-image-slice","26":"border-image-source","27":"border-image-width","28":"border-left-color","29":"border-left-style","30":"border-left-width","31":"border-right-color","32":"border-right-style","33":"border-right-width","34":"border-top-color","35":"border-top-left-radius","36":"border-top-right-radius","37":"border-top-style","38":"border-top-width","39":"bottom","40":"box-shadow","41":"box-sizing","42":"break-after","43":"break-before","44":"break-inside","45":"caption-side","46":"clear","47":"clip","48":"color","49":"content","50":"cursor","51":"direction","52":"display","53":"empty-cells","54":"float","55":"font-family","56":"font-kerning","57":"font-size","58":"font-stretch","59":"font-style","60":"font-variant","61":"font-variant-ligatures","62":"font-variant-caps","63":"font-variant-numeric","64":"font-variant-east-asian","65":"font-weight","66":"height","67":"image-rendering","68":"isolation","69":"justify-items","70":"justify-self","71":"left","72":"letter-spacing","73":"line-height","74":"list-style-image","75":"list-style-position","76":"list-style-type","77":"margin-bottom","78":"margin-left","79":"margin-right","80":"margin-top","81":"max-height","82":"max-width","83":"min-height","84":"min-width","85":"mix-blend-mode","86":"object-fit","87":"object-position","88":"offset-distance","89":"offset-path","90":"offset-rotate","91":"opacity","92":"orphans","93":"outline-color","94":"outline-offset","95":"outline-style","96":"outline-width","97":"overflow-anchor","98":"overflow-wrap","99":"overflow-x","100":"overflow-y","101":"padding-bottom","102":"padding-left","103":"padding-right","104":"padding-top","105":"pointer-events","106":"position","107":"resize","108":"right","109":"scroll-behavior","110":"speak","111":"table-layout","112":"tab-size","113":"text-align","114":"text-align-last","115":"text-decoration","116":"text-decoration-line","117":"text-decoration-style","118":"text-decoration-color","119":"text-decoration-skip-ink","120":"text-underline-position","121":"text-indent","122":"text-rendering","123":"text-shadow","124":"text-size-adjust","125":"text-overflow","126":"text-transform","127":"top","128":"touch-action","129":"transition-delay","130":"transition-duration","131":"transition-property","132":"transition-timing-function","133":"unicode-bidi","134":"vertical-align","135":"visibility","136":"white-space","137":"widows","138":"width","139":"will-change","140":"word-break","141":"word-spacing","142":"word-wrap","143":"z-index","144":"zoom","145":"-webkit-appearance","146":"backface-visibility","147":"-webkit-border-horizontal-spacing","148":"-webkit-border-image","149":"-webkit-border-vertical-spacing","150":"-webkit-box-align","151":"-webkit-box-decoration-break","152":"-webkit-box-direction","153":"-webkit-box-flex","154":"-webkit-box-ordinal-group","155":"-webkit-box-orient","156":"-webkit-box-pack","157":"-webkit-box-reflect","158":"column-count","159":"column-gap","160":"column-rule-color","161":"column-rule-style","162":"column-rule-width","163":"column-span","164":"column-width","165":"align-content","166":"align-items","167":"align-self","168":"flex-basis","169":"flex-grow","170":"flex-shrink","171":"flex-direction","172":"flex-wrap","173":"justify-content","174":"-webkit-font-smoothing","175":"grid-auto-columns","176":"grid-auto-flow","177":"grid-auto-rows","178":"grid-column-end","179":"grid-column-start","180":"grid-template-areas","181":"grid-template-columns","182":"grid-template-rows","183":"grid-row-end","184":"grid-row-start","185":"row-gap","186":"-webkit-highlight","187":"hyphens","188":"-webkit-hyphenate-character","189":"-webkit-line-break","190":"-webkit-line-clamp","191":"-webkit-locale","192":"-webkit-margin-before-collapse","193":"-webkit-margin-after-collapse","194":"-webkit-mask-box-image","195":"-webkit-mask-box-image-outset","196":"-webkit-mask-box-image-repeat","197":"-webkit-mask-box-image-slice","198":"-webkit-mask-box-image-source","199":"-webkit-mask-box-image-width","200":"-webkit-mask-clip","201":"-webkit-mask-composite","202":"-webkit-mask-image","203":"-webkit-mask-origin","204":"-webkit-mask-position","205":"-webkit-mask-repeat","206":"-webkit-mask-size","207":"order","208":"perspective","209":"perspective-origin","210":"-webkit-print-color-adjust","211":"-webkit-rtl-ordering","212":"shape-outside","213":"shape-image-threshold","214":"shape-margin","215":"-webkit-tap-highlight-color","216":"-webkit-text-combine","217":"-webkit-text-decorations-in-effect","218":"-webkit-text-emphasis-color","219":"-webkit-text-emphasis-position","220":"-webkit-text-emphasis-style","221":"-webkit-text-fill-color","222":"-webkit-text-orientation","223":"-webkit-text-security","224":"-webkit-text-stroke-color","225":"-webkit-text-stroke-width","226":"transform","227":"transform-origin","228":"transform-style","229":"-webkit-user-drag","230":"-webkit-user-modify","231":"user-select","232":"-webkit-writing-mode","233":"-webkit-app-region","234":"buffered-rendering","235":"clip-path","236":"clip-rule","237":"mask","238":"filter","239":"flood-color","240":"flood-opacity","241":"lighting-color","242":"stop-color","243":"stop-opacity","244":"color-interpolation","245":"color-interpolation-filters","246":"color-rendering","247":"fill","248":"fill-opacity","249":"fill-rule","250":"marker-end","251":"marker-mid","252":"marker-start","253":"mask-type","254":"shape-rendering","255":"stroke","256":"stroke-dasharray","257":"stroke-dashoffset","258":"stroke-linecap","259":"stroke-linejoin","260":"stroke-miterlimit","261":"stroke-opacity","262":"stroke-width","263":"alignment-baseline","264":"baseline-shift","265":"dominant-baseline","266":"text-anchor","267":"writing-mode","268":"vector-effect","269":"paint-order","270":"d","271":"cx","272":"cy","273":"x","274":"y","275":"r","276":"rx","277":"ry","278":"caret-color","279":"line-break","alignContent":"normal","alignItems":"normal","alignSelf":"auto","alignmentBaseline":"auto","all":"","animation":"none 0s ease 0s 1 normal none running","animationDelay":"0s","animationDirection":"normal","animationDuration":"0s","animationFillMode":"none","animationIterationCount":"1","animationName":"none","animationPlayState":"running","animationTimingFunction":"ease","backfaceVisibility":"visible","background":"rgb(221, 160, 221) none repeat scroll 0% 0% / auto padding-box border-box","backgroundAttachment":"scroll","backgroundBlendMode":"normal","backgroundClip":"border-box","backgroundColor":"rgb(221, 160, 221)","backgroundImage":"none","backgroundOrigin":"padding-box","backgroundPosition":"0% 0%","backgroundPositionX":"0%","backgroundPositionY":"0%","backgroundRepeat":"repeat","backgroundRepeatX":"","backgroundRepeatY":"","backgroundSize":"auto","baselineShift":"0px","blockSize":"100px","border":"0px none rgb(255, 0, 0)","borderBottom":"0px none rgb(255, 0, 0)","borderBottomColor":"rgb(255, 0, 0)","borderBottomLeftRadius":"0px","borderBottomRightRadius":"0px","borderBottomStyle":"none","borderBottomWidth":"0px","borderCollapse":"separate","borderColor":"rgb(255, 0, 0)","borderImage":"none","borderImageOutset":"0px","borderImageRepeat":"stretch","borderImageSlice":"100%","borderImageSource":"none","borderImageWidth":"1","borderLeft":"0px none rgb(255, 0, 0)","borderLeftColor":"rgb(255, 0, 0)","borderLeftStyle":"none","borderLeftWidth":"0px","borderRadius":"0px","borderRight":"0px none rgb(255, 0, 0)","borderRightColor":"rgb(255, 0, 0)","borderRightStyle":"none","borderRightWidth":"0px","borderSpacing":"0px 0px","borderStyle":"none","borderTop":"0px none rgb(255, 0, 0)","borderTopColor":"rgb(255, 0, 0)","borderTopLeftRadius":"0px","borderTopRightRadius":"0px","borderTopStyle":"none","borderTopWidth":"0px","borderWidth":"0px","bottom":"auto","boxShadow":"none","boxSizing":"content-box","breakAfter":"auto","breakBefore":"auto","breakInside":"auto","bufferedRendering":"auto","captionSide":"top","caretColor":"rgb(255, 0, 0)","clear":"none","clip":"auto","clipPath":"none","clipRule":"nonzero","color":"rgb(255, 0, 0)","colorInterpolation":"sRGB","colorInterpolationFilters":"linearRGB","colorRendering":"auto","columnCount":"auto","columnFill":"balance","columnGap":"normal","columnRule":"0px none rgb(255, 0, 0)","columnRuleColor":"rgb(255, 0, 0)","columnRuleStyle":"none","columnRuleWidth":"0px","columnSpan":"none","columnWidth":"auto","columns":"auto auto","contain":"none","content":"normal","counterIncrement":"none","counterReset":"none","cursor":"auto","cx":"0px","cy":"0px","d":"none","direction":"ltr","display":"block","dominantBaseline":"auto","emptyCells":"show","fill":"rgb(0, 0, 0)","fillOpacity":"1","fillRule":"nonzero","filter":"none","flex":"0 1 auto","flexBasis":"auto","flexDirection":"row","flexFlow":"row nowrap","flexGrow":"0","flexShrink":"1","flexWrap":"nowrap","float":"none","floodColor":"rgb(0, 0, 0)","floodOpacity":"1","font":"normal normal 400 normal 16px / normal Meiryo","fontDisplay":"","fontFamily":"Meiryo","fontFeatureSettings":"normal","fontKerning":"auto","fontSize":"16px","fontStretch":"100%","fontStyle":"normal","fontVariant":"normal","fontVariantCaps":"normal","fontVariantEastAsian":"normal","fontVariantLigatures":"normal","fontVariantNumeric":"normal","fontVariationSettings":"normal","fontWeight":"400","gap":"normal normal","grid":"none / none / none / row / auto / auto","gridArea":"auto / auto / auto / auto","gridAutoColumns":"auto","gridAutoFlow":"row","gridAutoRows":"auto","gridColumn":"auto / auto","gridColumnEnd":"auto","gridColumnGap":"normal","gridColumnStart":"auto","gridGap":"normal normal","gridRow":"auto / auto","gridRowEnd":"auto","gridRowGap":"normal","gridRowStart":"auto","gridTemplate":"none / none / none","gridTemplateAreas":"none","gridTemplateColumns":"none","gridTemplateRows":"none","height":"100px","hyphens":"manual","imageRendering":"auto","inlineSize":"300px","isolation":"auto","justifyContent":"normal","justifyItems":"normal","justifySelf":"auto","left":"auto","letterSpacing":"normal","lightingColor":"rgb(255, 255, 255)","lineBreak":"auto","lineHeight":"normal","listStyle":"disc outside none","listStyleImage":"none","listStylePosition":"outside","listStyleType":"disc","margin":"0px","marginBottom":"0px","marginLeft":"0px","marginRight":"0px","marginTop":"0px","marker":"","markerEnd":"none","markerMid":"none","markerStart":"none","mask":"none","maskType":"luminance","maxBlockSize":"none","maxHeight":"none","maxInlineSize":"none","maxWidth":"none","maxZoom":"","minBlockSize":"0px","minHeight":"0px","minInlineSize":"0px","minWidth":"0px","minZoom":"","mixBlendMode":"normal","objectFit":"fill","objectPosition":"50% 50%","offset":"none 0px auto 0deg","offsetDistance":"0px","offsetPath":"none","offsetRotate":"auto 0deg","opacity":"1","order":"0","orientation":"","orphans":"2","outline":"rgb(255, 0, 0) none 0px","outlineColor":"rgb(255, 0, 0)","outlineOffset":"0px","outlineStyle":"none","outlineWidth":"0px","overflow":"visible","overflowAnchor":"auto","overflowWrap":"normal","overflowX":"visible","overflowY":"visible","overscrollBehavior":"auto auto","overscrollBehaviorX":"auto","overscrollBehaviorY":"auto","padding":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px","paddingTop":"0px","page":"","pageBreakAfter":"auto","pageBreakBefore":"auto","pageBreakInside":"auto","paintOrder":"fill stroke markers","perspective":"none","perspectiveOrigin":"150px 50px","placeContent":"normal normal","placeItems":"normal normal","placeSelf":"auto auto","pointerEvents":"auto","position":"static","quotes":"","r":"0px","resize":"none","right":"auto","rowGap":"normal","rx":"auto","ry":"auto","scrollBehavior":"auto","shapeImageThreshold":"0","shapeMargin":"0px","shapeOutside":"none","shapeRendering":"auto","size":"","speak":"normal","src":"","stopColor":"rgb(0, 0, 0)","stopOpacity":"1","stroke":"none","strokeDasharray":"none","strokeDashoffset":"0px","strokeLinecap":"butt","strokeLinejoin":"miter","strokeMiterlimit":"4","strokeOpacity":"1","strokeWidth":"1px","tabSize":"8","tableLayout":"auto","textAlign":"start","textAlignLast":"auto","textAnchor":"start","textCombineUpright":"none","textDecoration":"none solid rgb(255, 0, 0)","textDecorationColor":"rgb(255, 0, 0)","textDecorationLine":"none","textDecorationSkipInk":"auto","textDecorationStyle":"solid","textIndent":"0px","textOrientation":"mixed","textOverflow":"clip","textRendering":"auto","textShadow":"none","textSizeAdjust":"auto","textTransform":"none","textUnderlinePosition":"auto","top":"auto","touchAction":"auto","transform":"none","transformBox":"view-box","transformOrigin":"150px 50px","transformStyle":"flat","transition":"all 0s ease 0s","transitionDelay":"0s","transitionDuration":"0s","transitionProperty":"all","transitionTimingFunction":"ease","unicodeBidi":"normal","unicodeRange":"","userSelect":"auto","userZoom":"","vectorEffect":"none","verticalAlign":"baseline","visibility":"visible","webkitAppRegion":"none","webkitAppearance":"none","webkitBorderAfter":"0px none rgb(255, 0, 0)","webkitBorderAfterColor":"rgb(255, 0, 0)","webkitBorderAfterStyle":"none","webkitBorderAfterWidth":"0px","webkitBorderBefore":"0px none rgb(255, 0, 0)","webkitBorderBeforeColor":"rgb(255, 0, 0)","webkitBorderBeforeStyle":"none","webkitBorderBeforeWidth":"0px","webkitBorderEnd":"0px none rgb(255, 0, 0)","webkitBorderEndColor":"rgb(255, 0, 0)","webkitBorderEndStyle":"none","webkitBorderEndWidth":"0px","webkitBorderHorizontalSpacing":"0px","webkitBorderImage":"none","webkitBorderStart":"0px none rgb(255, 0, 0)","webkitBorderStartColor":"rgb(255, 0, 0)","webkitBorderStartStyle":"none","webkitBorderStartWidth":"0px","webkitBorderVerticalSpacing":"0px","webkitBoxAlign":"stretch","webkitBoxDecorationBreak":"slice","webkitBoxDirection":"normal","webkitBoxFlex":"0","webkitBoxOrdinalGroup":"1","webkitBoxOrient":"horizontal","webkitBoxPack":"start","webkitBoxReflect":"none","webkitColumnBreakAfter":"auto","webkitColumnBreakBefore":"auto","webkitColumnBreakInside":"auto","webkitFontSizeDelta":"","webkitFontSmoothing":"auto","webkitHighlight":"none","webkitHyphenateCharacter":"auto","webkitLineBreak":"auto","webkitLineClamp":"none","webkitLocale":"\"ja\"","webkitLogicalHeight":"100px","webkitLogicalWidth":"300px","webkitMarginAfter":"0px","webkitMarginAfterCollapse":"collapse","webkitMarginBefore":"0px","webkitMarginBeforeCollapse":"collapse","webkitMarginBottomCollapse":"collapse","webkitMarginCollapse":"","webkitMarginEnd":"0px","webkitMarginStart":"0px","webkitMarginTopCollapse":"collapse","webkitMask":"","webkitMaskBoxImage":"none","webkitMaskBoxImageOutset":"0px","webkitMaskBoxImageRepeat":"stretch","webkitMaskBoxImageSlice":"0 fill","webkitMaskBoxImageSource":"none","webkitMaskBoxImageWidth":"auto","webkitMaskClip":"border-box","webkitMaskComposite":"source-over","webkitMaskImage":"none","webkitMaskOrigin":"border-box","webkitMaskPosition":"0% 0%","webkitMaskPositionX":"0%","webkitMaskPositionY":"0%","webkitMaskRepeat":"repeat","webkitMaskRepeatX":"","webkitMaskRepeatY":"","webkitMaskSize":"auto","webkitMaxLogicalHeight":"none","webkitMaxLogicalWidth":"none","webkitMinLogicalHeight":"0px","webkitMinLogicalWidth":"0px","webkitPaddingAfter":"0px","webkitPaddingBefore":"0px","webkitPaddingEnd":"0px","webkitPaddingStart":"0px","webkitPerspectiveOriginX":"","webkitPerspectiveOriginY":"","webkitPrintColorAdjust":"economy","webkitRtlOrdering":"logical","webkitRubyPosition":"before","webkitTapHighlightColor":"rgba(0, 0, 0, 0.18)","webkitTextCombine":"none","webkitTextDecorationsInEffect":"none","webkitTextEmphasis":"","webkitTextEmphasisColor":"rgb(255, 0, 0)","webkitTextEmphasisPosition":"over right","webkitTextEmphasisStyle":"none","webkitTextFillColor":"rgb(255, 0, 0)","webkitTextOrientation":"vertical-right","webkitTextSecurity":"none","webkitTextStroke":"","webkitTextStrokeColor":"rgb(255, 0, 0)","webkitTextStrokeWidth":"0px","webkitTransformOriginX":"","webkitTransformOriginY":"","webkitTransformOriginZ":"","webkitUserDrag":"auto","webkitUserModify":"read-only","webkitWritingMode":"horizontal-tb","whiteSpace":"normal","widows":"2","width":"300px","willChange":"auto","wordBreak":"normal","wordSpacing":"0px","wordWrap":"normal","writingMode":"horizontal-tb","x":"0px","y":"0px","zIndex":"auto","zoom":"1"}
2018-6-25