<!DOCTYPE html>
<style>
div {
color: green;
border: 5px solid green;
}
</style>
<div>currentColor should work in strict mode</div>
<!DOCTYPE html>
<style>
div {
color: green;
border: 5px solid green;
}
</style>
<div>currentColor should work in strict mode</div>