dom icon indicating copy to clipboard operation
dom copied to clipboard

Refactor toggle attribute

Open jonathanKingston opened this issue 6 years ago • 0 comments

Solves: https://github.com/whatwg/dom/issues/657 https://github.com/whatwg/html/issues/3779

As I understand it vars are not mutable and are instead copied, right? This mean I still have to copy from "get an attribute by name" the code.

Would there be a way to simplify this further perhaps? I could copy out the two common steps in the body of "get an attribute by name" and "get valid an attribute by name" into another concept?

Are there better names for the concept?


:boom: Error: 500 Internal Server Error :boom:

PR Preview failed to build. (Last tried on Jan 15, 2021, 7:33 AM UTC).

More

PR Preview relies on a number of web services to run. There seems to be an issue with the following one:

:rotating_light: CSS Spec Preprocessor - CSS Spec Preprocessor is the web service used to build Bikeshed specs.

:link: Related URL

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at 
 [no address given] to inform them of the time this error occurred,
 and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr>
<address>Apache/2.4.10 (Debian) Server at api.csswg.org Port 443</address>
</body></html>

If you don't have enough information above to solve the error by yourself (or to understand to which web service the error is related to, if any), please file an issue.

jonathanKingston avatar Jun 29 '18 20:06 jonathanKingston